Remove trailing whitespace throughout

This commit is contained in:
Andy Melnikov
2023-04-10 18:17:11 +02:00
parent 4d42e14d3d
commit c9701a3302
5 changed files with 14 additions and 14 deletions

View File

@@ -281,7 +281,7 @@ def parse_arguments():
if args.debug:
print_to_console("Debug Mode: ", Fore.GREEN, "ENABLED")
cfg.set_debug_mode(True)
cfg.set_debug_mode(True)
if args.gpt3only:
print_to_console("GPT3.5 Only Mode: ", Fore.GREEN, "ENABLED")