Compare commits

..

1 Commits

Author SHA1 Message Date
cfe87523fa 2025-11-22 20:45:41.715741619 2025-11-22 20:45:41 +08:00
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.venv/ .venv/
.vscode/ .vecode/

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"python-envs.defaultEnvManager": "ms-python.python:venv",
"python-envs.pythonProjects": []
}

1
run.sh Normal file → Executable file
View File

@@ -1,4 +1,3 @@
sudo git pull
python main.py python main.py
sudo git add . sudo git add .
sudo git commit -m "$(date '+%Y-%m-%d %H:%M:%S.%N')" sudo git commit -m "$(date '+%Y-%m-%d %H:%M:%S.%N')"