From 3c98fad94673e8932afa89ed07eb079a913a4ebc Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 5 Sep 2021 16:08:37 -0400 Subject: [PATCH] Added Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..bcf6804 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python main.py \ No newline at end of file