DmitrMakeev commited on
Commit
62530ca
·
verified ·
1 Parent(s): fc0a8f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1021,4 +1021,5 @@ def gc_db_email():
1021
 
1022
 
1023
  if __name__ == '__main__':
 
1024
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
 
1021
 
1022
 
1023
  if __name__ == '__main__':
1024
+ send_requests()
1025
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))