Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Jan 14, 2024
1 parent 038709b commit 81821f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-auto-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def backup(now: datetime) -> None:
).raise_for_status()

if uptime_kuma_url := os.environ.get("UPTIME_KUMA_URL"):
requests.get(uptime_kuma_url).raise_for_status()
requests.get(uptime_kuma_url).raise_for_status()


if __name__ == "__main__":
Expand Down

0 comments on commit 81821f2

Please sign in to comment.