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 20a7354 commit fc27779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def job_records_to_slack_message(job_records: JOB_RECORDS) -> str:
for job_record in job_records:
slack_message += "\n"
for key, value in job_record.items():
slack_message += f"⦿ {key}: {value}\n"
slack_message += f"\t⦿ {key}: {value}\n"
return slack_message


Expand Down Expand Up @@ -90,6 +90,5 @@ def monitor_my_jobs():


if __name__ == "__main__":
print("debug", ENABLE_DEBUG_MODE)
if not ENABLE_DEBUG_MODE:
monitor_my_jobs()

0 comments on commit fc27779

Please sign in to comment.