cbensimon HF staff commited on
Commit
005e8b7
1 Parent(s): d9b9f70

Update spaces/zero/api.py

Browse files
Files changed (1) hide show
  1. 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