Commit
·
39d068f
1
Parent(s):
bfed265
Update api_usage.py
Browse files- api_usage.py +1 -1
api_usage.py
CHANGED
|
@@ -64,7 +64,7 @@ def get_subscription(key):
|
|
| 64 |
else:
|
| 65 |
return {"organization": "",
|
| 66 |
"rpm": "",
|
| 67 |
-
"quota": "
|
| 68 |
#"has_payment_method": False,
|
| 69 |
#"hard_limit_usd": "",
|
| 70 |
#"plan": ""}
|
|
|
|
| 64 |
else:
|
| 65 |
return {"organization": "",
|
| 66 |
"rpm": "",
|
| 67 |
+
"quota": ""}
|
| 68 |
#"has_payment_method": False,
|
| 69 |
#"hard_limit_usd": "",
|
| 70 |
#"plan": ""}
|