We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b0e3f commit 89740a5Copy full SHA for 89740a5
packet/utils.py
@@ -98,4 +98,4 @@ def notify_slack(name: str):
98
99
msg = f'{name} got :100: on packet. Shower on sight.'
100
requests.put(app.config["SLACK_WEBHOOK_URL"], json={'text':msg})
101
- app.logger.info("Posted 100% notification to slack for " + name)
+ app.logger.info("Posted 100% notification to slack for " + name)
0 commit comments