DmitrMakeev commited on
Commit
af843bb
·
verified ·
1 Parent(s): 645fd77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1043,9 +1043,8 @@ def gc_db_email():
1043
 
1044
 
1045
 
1046
-
1047
 
1048
 
1049
  if __name__ == '__main__':
1050
- send_requests()
1051
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
 
1043
 
1044
 
1045
 
1046
+ initialize_requests()
1047
 
1048
 
1049
  if __name__ == '__main__':
 
1050
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))