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 ab95ccb commit 647aa15Copy full SHA for 647aa15
packet/routes/api.py
@@ -1,5 +1,5 @@
1
from packet import app, db
2
-from packet.utils import before_request, packet_auth, shower
+from packet.utils import before_request, packet_auth, notify_slack
3
from packet.models import Packet, MiscSignature
4
5
packet/utils.py
@@ -90,5 +90,5 @@ def notify_slack(name: str):
90
"""
91
Sends a congratulate on sight decree to Slack.
92
93
- msg = f'{name} got :100: on packet. Congratulate on sight.'
+ msg = f'{name} got :100: on packet. Shower on sight.'
94
requests.put(app.config["SLACK_WEBHOOK_URL"], json={'text':msg})
0 commit comments