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