Skip to content

Commit 2c7b8ee

Browse files
author
SM_SAYEED
committed
listening port modified
1 parent 4bd525e commit 2c7b8ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,5 @@ def extract_drive_id(link):
598598

599599
# ========== MAIN ==========
600600
if __name__ == '__main__':
601-
app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 8080)))
601+
app.run(host='0.0.0.0', port=8080)
602+

0 commit comments

Comments
 (0)