Updated entry to src/ folder

This commit is contained in:
Anon 2022-08-28 17:01:50 -07:00
parent 11c25ba85e
commit 79f5b6d474

2
run.sh
View File

@ -22,7 +22,7 @@ RUN_DIR="$(dirname "$ABS_PATH")"
# Relative paths to the virtual environment and main.py
VENV='./venv/bin/activate'
ENTRY='./create_app.py'
ENTRY='./src/create_app.py'
# cd into the bot's root path, set up the virtual environment, and run
cd "$RUN_DIR"