Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.

Commit 88de2e0

Browse files
committed
Added Procfile
1 parent 6370897 commit 88de2e0

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.DS_Store

2 KB
Binary file not shown.

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "/usr/local/bin/python3"
3+
}

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: python main.py

0 commit comments

Comments
 (0)