Update ops.py

pull/124/head
horizonlin 2018-12-18 10:36:01 +08:00 committed by GitHub
parent 2dc3716989
commit cd5dbe5bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class RemoteHandler(TPBaseHandler):
_cfg = tp_cfg()
param = {
'host_groups': groups,
'core_cfg': tp_cfg().core
'core_cfg': _cfg.core,
'url_proto': _cfg.sys.glob.url_proto
}