diff --git a/src/rougail/user-data-environment/data.py b/src/rougail/user-data-environment/data.py index 5a166f8..4e24af5 100644 --- a/src/rougail/user-data-environment/data.py +++ b/src/rougail/user-data-environment/data.py @@ -79,7 +79,7 @@ class RougailUserDataEnvironment: self.display_environment(option) def print(self, title, title_level): - qprint(' ' * title_level + '📂 ' + title, 'bold') + print(' ' * title_level + '📂 ' + title, 'bold') def display_environment(self, option): kwargs = {}