FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GitHub Viewer
#!flask/bin/python from app import app import os if os.environ.get("DEBUG", False) == "True": app.config["DEBUG"] = True port = int(os.environ.get("PORT", 5000)) app.run(host="0.0.0.0", port=port, debug=True) else: app.run()
Back
|
FazBrowse Home
|
New Git URL