Skip to content

Commit 8b98ddd

Browse files
committed
Added flask hosting tweaks
1 parent c682fab commit 8b98ddd

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"python.pythonPath": "qurlenv\\Scripts\\python.exe",
2+
"python.pythonPath": "D:\\Code\\Git stuff\\QURL\\qurlenv\\Scripts\\python.exe",
33
"python.formatting.provider": "black"
44
}

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn app:app

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def redirection(short_url):
6868

6969

7070
if __name__ == "__main__":
71-
app.run(debug=True)
71+
app.run()

requirements.txt

776 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)