mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
Update docker.py
This commit is contained in:
parent
5ddf376946
commit
9709a30ec0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def check_appid_exist(app_id):
|
|||
def check_appid_include_rq(app_id):
|
||||
message = ""
|
||||
code = None
|
||||
if app_id == None:
|
||||
if app_id == None or app_id == "undefine":
|
||||
code = const.ERROR_CLIENT_PARAM_BLANK
|
||||
message = "AppID is null"
|
||||
elif re.match('^[a-z0-9]+_[a-z0-9]+$', app_id) == None:
|
||||
|
|
Loading…
Reference in a new issue