Refactor code structure for improved readability and maintainability

This commit is contained in:
sha
2025-12-30 11:23:33 +00:00
parent fe11dc45f1
commit c4777352e9
6 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ if os.getenv('FORMATTER_LOG', '0') == '1':
logging.basicConfig(filename='formatter.log', level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s')
else:
logging.basicConfig(level=logging.CRITICAL) # Disable logging
logging.basicConfig(level=logging.INFO) # Enable logging for debugging
class RenamerApp(App):