This commit is contained in:
gwen 2024-09-09 15:19:10 +02:00
parent 5175ebca19
commit 312b31d795

View file

@ -79,7 +79,7 @@ class RougailUserDataEnvironment:
self.display_environment(option) self.display_environment(option)
def print(self, title, title_level): def print(self, title, title_level):
qprint(' ' * title_level + '📂 ' + title, 'bold') print(' ' * title_level + '📂 ' + title, 'bold')
def display_environment(self, option): def display_environment(self, option):
kwargs = {} kwargs = {}