Skip to content

Commit

Permalink
adding print
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrychu committed Jan 23, 2024
1 parent fd34d3d commit 49139f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quota_limit.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def monitor():

if __name__ == "__main__":
for project_id in PROJECT_IDs:
get_fileset_quota(project_id)
print(get_fileset_quota(project_id))

0 comments on commit 49139f9

Please sign in to comment.