Skip to content

Commit

Permalink
Merge pull request #6168 from nbq/revert_mb_shell
Browse files Browse the repository at this point in the history
revert multibot shell looping
  • Loading branch information
MerlionRock authored Jul 31, 2017
2 parents fed7f07 + 78e8bfc commit 40dddd3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions runMultiBot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,5 @@ then
./setup.sh -u
fi
fi
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
python MultiBot.py
exit 0

0 comments on commit 40dddd3

Please sign in to comment.