Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Oxbridge-Economics
/
Mailbox
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gavinzli
commited on
Mar 30
Commit
b5a92b5
·
1 Parent(s):
e3a12d5
Comment out the call to get_documents in test.py
Browse files
Files changed (1)
hide
show
test.py
+1
-1
test.py
CHANGED
Viewed
@@ -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()