Skip to content

Commit

Permalink
final tweak of formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrychu committed Jan 23, 2024
1 parent fc27779 commit dec2023
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 @@ -21,7 +21,7 @@ def monitor():
for project_id in PROJECT_IDs:
raw_quota = get_fileset_quota(project_id)
quota_record = stdout_to_quota_records(raw_quota)
slack_message = ""
slack_message = "💿 Current State of Quota\n"
for key, value in quota_record.items():
slack_message += f"⦿ {key}: {value}\n"

Expand Down

0 comments on commit dec2023

Please sign in to comment.