Skip to content

Commit

Permalink
multibot shell test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbq committed Jul 29, 2017
1 parent a82e896 commit c2ecade
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion runMultiBot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ then
./setup.sh -u
fi
fi
python MultiBot.py
while true
do
python MultiBot.py
echo `date`" Pokebot "$*" Stopped."
read -p "Press any button or wait 20 seconds to continue.
" -r -s -n1 -t 20
done
exit 0

2 comments on commit c2ecade

@Xairooo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the python file runs in a endless loop. a while loop in the .sh file isnt needed

@nbq
Copy link
Collaborator Author

@nbq nbq commented on c2ecade Jul 30, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.