Updated entry to src/ folder
This commit is contained in:
parent
11c25ba85e
commit
79f5b6d474
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue