add read mail progress
This commit is contained in:
@@ -16,6 +16,9 @@ def main():
|
||||
# initialize discord
|
||||
print("init discord done")
|
||||
_accepted_appointments = read_mails_and_find_confirmation_contacts(mode='default')
|
||||
print(f"找到 {len(_accepted_appointments)} 个已确认预约")
|
||||
for appointment in _accepted_appointments:
|
||||
print(create_message_from_item(appointment))
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user