run.sh update

This commit is contained in:
fingadumbledore 2022-12-29 17:02:03 +01:00
parent f5e54c2561
commit 555b416a79

2
run.sh
View File

@ -7,4 +7,4 @@ cat party.sql | sqlite3 party.db
export FLASK_APP=main.py
flask run
sudo python3 main.py