Closed KazukiOnodera closed 8 years ago
In the Node implementation of this, if you've never flicked a pokestop before the cooldown timestamp would be undefined. Is this ever the case in the Python implementation, or is it just 0? If so then we're good to go with this PR!
Yes, it's zero.
added "and fort.cooldown_complete_timestamp_ms<time.time():" in sortCloseForts() to not to choose inactive pokestop.