Skip to content

Commit

Permalink
Remove print api endpoing
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Sep 24, 2024
1 parent f131cd2 commit ff070ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_subscription_quotas.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __api_url_worker(self, sub):
return
if sub['gigabytes'] > 0.0:
endpoint = f"/sentinel/subscriptions/{sub['id']}/allocations"
print(API+endpoint)
#print(API+endpoint)
try:
r = requests.get(API + endpoint, timeout=15)
subJSON = r.json()
Expand Down

0 comments on commit ff070ff

Please sign in to comment.