mojoblojo commited on
Commit
21a073b
·
verified ·
1 Parent(s): 525bc53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ EMAIL_ADDRESS = '[email protected]'
21
  EMAIL_PASSWORD = 'ijpo nrpj xpxv bqgn'
22
  GOOGLE_CREDS_PATH = './optical-mode-424508-f5-ab5944b9ea6a.json'
23
  SMTP_PORT = 1025
 
24
 
25
  # Function to download MP3 file from Google Drive
26
  def download_mp3_from_drive(drive_link, output_file):
 
21
  EMAIL_PASSWORD = 'ijpo nrpj xpxv bqgn'
22
  GOOGLE_CREDS_PATH = './optical-mode-424508-f5-ab5944b9ea6a.json'
23
  SMTP_PORT = 1025
24
+ SMTP_SERVER = 'smtp.gmail.com'
25
 
26
  # Function to download MP3 file from Google Drive
27
  def download_mp3_from_drive(drive_link, output_file):