Spaces:
Runtime error
Runtime error
Update spaces/zero/api.py
Browse files- spaces/zero/api.py +0 -1
spaces/zero/api.py
CHANGED
|
@@ -134,7 +134,6 @@ class APIClient:
|
|
| 134 |
res = self.client.post('/allow', params={
|
| 135 |
'allowToken': allow_token,
|
| 136 |
'pid': pid,
|
| 137 |
-
'no_wait': True,
|
| 138 |
})
|
| 139 |
return httpx.codes(res.status_code)
|
| 140 |
|
|
|
|
| 134 |
res = self.client.post('/allow', params={
|
| 135 |
'allowToken': allow_token,
|
| 136 |
'pid': pid,
|
|
|
|
| 137 |
})
|
| 138 |
return httpx.codes(res.status_code)
|
| 139 |
|