wsj1995 commited on
Commit
b23c920
·
1 Parent(s): bad2194

feat: 增加调试

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -106,5 +106,5 @@ def callback(modelId,status):
106
  'status': status,
107
  'model_id': modelId
108
  })
109
- print(f"{os.environ.get('CALLBACK_DOMAIN')}{url}?auth_key={timestamp}-{rand}-{uid}-{md5}")
110
  print(f"回调结果 {res.status_code}")
 
106
  'status': status,
107
  'model_id': modelId
108
  })
109
+ print(f"{os.environ.get('CALLBACK_DOMAIN')}{url}?auth_key={timestamp}-{rand}-{uid}-{md5}",API_AUTH_KEY)
110
  print(f"回调结果 {res.status_code}")