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