From b0ee931d2ef7114900f40903e35d9b695c0c858c Mon Sep 17 00:00:00 2001 From: 6446909c31ba9538b48772b1 <6446909c31ba9538b48772b1@devide> Date: Mon, 24 Apr 2023 14:35:30 +0000 Subject: [PATCH] Auto commit --- .inscode | 2 +- The Zen of Python.py => TheZenofPython.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename The Zen of Python.py => TheZenofPython.py (100%) diff --git a/.inscode b/.inscode index c9c57ce..5b2b27c 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 -- GitLab