Skip to content

Commit

Permalink
used the wrong logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-mccarthy committed Sep 13, 2024
1 parent 4bf2765 commit a37ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/bindicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):
f"Bin collection is today for {collections[0].wheelie.bin_type}"
)
logging.info(message)
logging.debug(f"Publishing message to ntfy.sh")
logging.info(f"Publishing message to ntfy.sh")
requests.post(
f"https://ntfy.sh/{self.topic}",
data=message.encode(encoding="utf-8"),
Expand Down

0 comments on commit a37ffac

Please sign in to comment.