Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ async def on_message(message):
|
|
81 |
|
82 |
CUSTOM_timestamp = 1609459200
|
83 |
message_jump_url = f'<!date^{CUSTOM_timestamp}^{{{message.jump_url}}}>'
|
84 |
-
print(
|
85 |
|
86 |
for trigger, slack_mention in TRIGGERS.items():
|
87 |
if all(word in content for word in trigger):
|
|
|
81 |
|
82 |
CUSTOM_timestamp = 1609459200
|
83 |
message_jump_url = f'<!date^{CUSTOM_timestamp}^{{{message.jump_url}}}>'
|
84 |
+
print(message_jump_url)
|
85 |
|
86 |
for trigger, slack_mention in TRIGGERS.items():
|
87 |
if all(word in content for word in trigger):
|