mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update docker.py
This commit is contained in:
parent
f3033ba3e1
commit
5ddf376946
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def check_appid_include_rq(app_id):
|
|||
message = "AppID is null"
|
||||
elif re.match('^[a-z0-9]+_[a-z0-9]+$', app_id) == None:
|
||||
code = const.ERROR_CLIENT_PARAM_Format
|
||||
message = "APP name can only be composed of numbers and lowercase letters"
|
||||
message = "App_id format error"
|
||||
elif not check_appid_exist(app_id):
|
||||
code = const.ERROR_CLIENT_PARAM_NOTEXIST
|
||||
message = "AppID is not exist"
|
||||
|
|
Loading…
Reference in a new issue