Skip to content

Commit

Permalink
this is confusing for now, just remove it.
Browse files Browse the repository at this point in the history
  • Loading branch information
PokemonGoF authored and PokemonGoF committed Jul 21, 2016
1 parent 4343ba5 commit 8b5467e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions working.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ def search_seen_fort(fort,api,position):
fortID=fort['id']
distant=geocalc(position[0],position[1],lat,lng)*1000
global rest_time
if --rest_time > 0:
print('dont keep search the fort before have a way to check items')
return 11
#if --rest_time > 0:
# print('dont keep search the fort before have a way to check items')
# return 11
print('distant is {}m'.format(distant))
if distant > 10:
print('need setup the postion to farming fort')
Expand Down

0 comments on commit 8b5467e

Please sign in to comment.