Commit
·
58255e2
1
Parent(s):
04764e4
Update api_usage.py
Browse files- api_usage.py +1 -0
api_usage.py
CHANGED
@@ -36,6 +36,7 @@ def get_subscription(key):
|
|
36 |
|
37 |
except Exception as e:
|
38 |
error_message = str(e)
|
|
|
39 |
if "You exceeded your current quota" in error_message:
|
40 |
rpm = "";
|
41 |
org = "";
|
|
|
36 |
|
37 |
except Exception as e:
|
38 |
error_message = str(e)
|
39 |
+
print(e)
|
40 |
if "You exceeded your current quota" in error_message:
|
41 |
rpm = "";
|
42 |
org = "";
|