Mailbox / test.py
gavinzli's picture
Comment out the call to get_documents in test.py
b5a92b5
raw
history blame
103 Bytes
from controllers import mail
if __name__ == "__main__":
mail.collect()
# mail.get_documents()