minerbot2-old/launcher.py

10 lines
87 B
Python

import os
def do():
rc = os.system("python3 bot.py")
if rc==0:
return
do()
do()