diff --git a/.inscode b/.inscode index c9c57cedade1a0283ef70fba9bf9b5c80fc198a2..5b2b27c6f83d7a1ed39bedff91d3aba6d0a6f53d 100644 --- a/.inscode +++ b/.inscode @@ -1,4 +1,4 @@ -run = "pip install -r requirements.txt;python3 main.py" +run = "pip install -r requirements.txt;python3 TheZenofPython.py" [env] VIRTUAL_ENV = "/root/${PROJECT_DIR}/venv" diff --git a/The Zen of Python.py b/TheZenofPython.py similarity index 100% rename from The Zen of Python.py rename to TheZenofPython.py