From 9e4badff46ddf19fc5efe4fff7fed0e9faaebc7b Mon Sep 17 00:00:00 2001 From: Giovani Date: Tue, 27 Jul 2021 22:48:48 -0400 Subject: [PATCH] refactor: rename main file to pyvis --- Procfile | 2 +- main.py => pyvis.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename main.py => pyvis.py (100%) diff --git a/Procfile b/Procfile index bcf6804..0adef4d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python main.py \ No newline at end of file +worker: python3 pyvis.py \ No newline at end of file diff --git a/main.py b/pyvis.py similarity index 100% rename from main.py rename to pyvis.py