Spaces:
Sleeping
Sleeping
feat: 增加调试
Browse files
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}")
|