Compare commits
No commits in common. "a963f93d524f09046fa3c259ccc610a89dd043e0" and "58812c787f38257d8fca238b51ed4fd12d237361" have entirely different histories.
a963f93d52
...
58812c787f
1
ext.py
1
ext.py
|
@ -178,7 +178,6 @@ class Quotas:
|
||||||
for quota in self.data['results']:
|
for quota in self.data['results']:
|
||||||
if quota['id'] == ROOM_MAP[capacity]:
|
if quota['id'] == ROOM_MAP[capacity]:
|
||||||
return quota['available_number']
|
return quota['available_number']
|
||||||
return 0
|
|
||||||
|
|
||||||
async def get_quotas(request: Request=None):
|
async def get_quotas(request: Request=None):
|
||||||
async with httpx.AsyncClient() as client:
|
async with httpx.AsyncClient() as client:
|
||||||
|
|
|
@ -3,4 +3,3 @@ sanic-ext
|
||||||
httpx
|
httpx
|
||||||
Pillow
|
Pillow
|
||||||
aztec_code_generator
|
aztec_code_generator
|
||||||
jinja2
|
|
||||||
|
|
Loading…
Reference in New Issue