fix updating of app status

This commit is contained in:
LeonOstrez
2023-10-01 02:46:45 +01:00
parent 0cec2a45bf
commit 4713a68040
6 changed files with 31 additions and 53 deletions

View File

@@ -42,6 +42,7 @@ def get_arguments():
arguments['app_type'] = app.app_type
arguments['name'] = app.name
arguments['step'] = app.status
# Add any other fields from the App model you wish to include
print(green_bold('\n------------------ LOADING PROJECT ----------------------'))