We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b4013 commit b0f8cdaCopy full SHA for b0f8cda
1 file changed
projects/Store_emails_in_csv/store_emails.py
@@ -10,8 +10,8 @@
10
from bs4 import BeautifulSoup
11
12
13
-credential_path = os.getcwd() + "/credentials.txt"
14
-csv_path = os.getcwd() + "/mails.csv"
+credential_path = "credentials.txt"
+csv_path = "mails.csv"
15
16
host = "imap.gmail.com"
17
port = 993
0 commit comments