We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd525e commit 2c7b8eeCopy full SHA for 2c7b8ee
app.py
@@ -598,4 +598,5 @@ def extract_drive_id(link):
598
599
# ========== MAIN ==========
600
if __name__ == '__main__':
601
- app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 8080)))
+ app.run(host='0.0.0.0', port=8080)
602
+
0 commit comments