tehp / OpenPoGoBot

A PokemonGo Python bot - NO LONGER MAINTAINED
MIT License
123 stars 53 forks source link

Do not sleep on heartbeat #333

Closed andythorne closed 8 years ago

andythorne commented 8 years ago

Short Description:

The bot is really slow at moving as there is a 1 sec sleep every step, +2-3 secs sleep every step for the heartbeat. This removes the sleep on the heartbeat as a quick win fix until a solution can be found from #312

Changes:

@OpenPoGo/maintainers

codecov-io commented 8 years ago

Current coverage is 52.92% (diff: 100%)

Merging #333 into master will increase coverage by 0.03%

@@             master       #333   diff @@
==========================================
  Files            32         32          
  Lines          1418       1419     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            750        751     +1   
  Misses          668        668          
  Partials          0          0          

Powered by Codecov. Last update d5443f4...9e31c02

MaxLeiter commented 8 years ago

:+1:

Approved with PullApprove

meyer9 commented 8 years ago

:+1:

Approved with PullApprove