tellomichmich / PokeNoxBot

Slow but safe Pokemon GO Bot
23 stars 19 forks source link

new version bug #69

Closed LoveDuck closed 8 years ago

LoveDuck commented 8 years ago

when open pokestop fail the bot will walk return one step

LoveDuck commented 8 years ago

try to find bug when add CallTimeOut() , the bot will walk return one step

if IsOnMap() == True:
    ERROR_LOG("Tap on Pokestop failed !")
    #Call the restart TimeOut
    CallTimeOut()  <=========
    return False

if IsOnMap() == True:
    ERROR_LOG("Tap on Pokemon failed !")
    #Call the restart TimeOut
    CallTimeOut()  <=========
    return None
gabi92a commented 8 years ago

Reverted #70