diff --git a/start.sh b/start.sh index 3cdd716..fc67358 100644 --- a/start.sh +++ b/start.sh @@ -1,3 +1,4 @@ #!/bin/bash source .venv/bin/activate -python main.py \ No newline at end of file +python main.py +#test \ No newline at end of file diff --git a/update.sh b/update.sh index 7aca89d..0ca7285 100644 --- a/update.sh +++ b/update.sh @@ -2,4 +2,5 @@ git checkout main git reset --hard git fetch -git reset --hard origin/main \ No newline at end of file +git reset --hard origin/main +#test \ No newline at end of file