This commit is contained in:
Nicholas Albion
2023-09-09 11:54:16 +10:00
parent 4b64631bec
commit a38c7c4f6d
3 changed files with 5 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ def get_arguments():
else:
arguments['app_id'] = str(uuid.uuid4())
print(colored('\n------------------ STARTING NEW PROJECT ----------------------', 'green', attrs=['bold']))
print(f"If you wish to continue with this project in future run:")
print("If you wish to continue with this project in future run:")
print(colored(f'python {sys.argv[0]} app_id={arguments["app_id"]}', 'green', attrs=['bold']))
print(colored('--------------------------------------------------------------\n', 'green', attrs=['bold']))