Update app.py
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ def unreact_to_slack_message(thread_ts, emoji):
|
|
244 |
def send_daily_pings():
|
245 |
global daily_pings
|
246 |
if daily_pings:
|
247 |
-
print(f"sending daily pings...{daily_pings")
|
248 |
# combine into one message
|
249 |
main_message = slack_client.chat_postMessage(
|
250 |
channel=SLACK_CHANNEL_ID_TEST,
|
|
|
244 |
def send_daily_pings():
|
245 |
global daily_pings
|
246 |
if daily_pings:
|
247 |
+
print(f"sending daily pings...{daily_pings}")
|
248 |
# combine into one message
|
249 |
main_message = slack_client.chat_postMessage(
|
250 |
channel=SLACK_CHANNEL_ID_TEST,
|