Fix double prints

This commit is contained in:
pavel-pythagora
2023-09-27 10:47:13 +03:00
parent 459f9380a7
commit 54840ddaa8

View File

@@ -67,11 +67,6 @@ class Project:
# if development_plan is not None:
# self.development_plan = development_plan
print(green_bold('\n------------------ STARTING NEW PROJECT ----------------------'))
print(f"If you wish to continue with this project in future run:")
print(green_bold(f'python main.py app_id={args["app_id"]}'))
print(green_bold('--------------------------------------------------------------\n'))
def start(self):
"""
Start the project.