stop sending messages to discord
This commit is contained in:
@@ -17,8 +17,8 @@ def main():
|
|||||||
# initialize discord
|
# initialize discord
|
||||||
print("init discord done")
|
print("init discord done")
|
||||||
_accepted_appointments = read_mails_and_find_confirmation_contacts()
|
_accepted_appointments = read_mails_and_find_confirmation_contacts()
|
||||||
for item in _accepted_appointments:
|
# for item in _accepted_appointments:
|
||||||
send_message(create_message_from_item(item))
|
# send_message(create_message_from_item(item))
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user