gavinzli commited on
Commit
b5a92b5
·
1 Parent(s): e3a12d5

Comment out the call to get_documents in test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -2,4 +2,4 @@ from controllers import mail
2
 
3
  if __name__ == "__main__":
4
  mail.collect()
5
- mail.get_documents()
 
2
 
3
  if __name__ == "__main__":
4
  mail.collect()
5
+ # mail.get_documents()