Skip to content

Commit

Permalink
fix: python: command not found 应为python3
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryXiaoYang committed Jul 2, 2024
1 parent 649aade commit bc34d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/root/bin/xybot-start
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function start_xybot() {
while :
do
python start.py
python3 start.py
done
}

Expand Down

0 comments on commit bc34d99

Please sign in to comment.