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
83aab5b8ba
commit
64fb665491
1 changed files with 3 additions and 0 deletions
|
@ -532,6 +532,9 @@ def app_domain_list(app_id):
|
|||
raise CommandException(code, message, "")
|
||||
|
||||
domains = get_all_domains(app_id)
|
||||
|
||||
myLogger.info_logger(domains)
|
||||
|
||||
ret = {}
|
||||
ret['domains'] = domains
|
||||
|
||||
|
|
Loading…
Reference in a new issue