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