fix storing of app in project class

This commit is contained in:
LeonOstrez
2023-08-09 11:42:26 +02:00
parent 6d225ac5b1
commit cbb59a7301
4 changed files with 3 additions and 6 deletions

View File

@@ -28,7 +28,6 @@ def get_arguments():
arguments['name'] = app.name
# Add any other fields from the App model you wish to include
except ValueError as e:
print('fkldsjlfjsdlkfjkldsjflkdsjfljdsklfjdslk')
print(e)
# Handle the error as needed, possibly exiting the script
else: