Skip to content

Commit 89740a5

Browse files
committed
Code cleanup
1 parent 49b0e3f commit 89740a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ def notify_slack(name: str):
9898

9999
msg = f'{name} got :100: on packet. Shower on sight.'
100100
requests.put(app.config["SLACK_WEBHOOK_URL"], json={'text':msg})
101-
app.logger.info("Posted 100% notification to slack for " + name)
101+
app.logger.info("Posted 100% notification to slack for " + name)

0 commit comments

Comments
 (0)