mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
update manage.py
This commit is contained in:
parent
50fa9eb9f2
commit
9b2dd86e1c
1 changed files with 2 additions and 1 deletions
|
@ -342,8 +342,9 @@ def check_if_official_app(var_path):
|
|||
try:
|
||||
cpu = requirements['cpu']
|
||||
mem = requirements['memory']
|
||||
disk = requirements['disk']
|
||||
return True
|
||||
except:
|
||||
except KeyError:
|
||||
return False
|
||||
else:
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue