[util] fix location timeouts
This commit is contained in:
parent
0f74b690ca
commit
1983408e58
2 changed files with 3 additions and 4 deletions
|
@ -89,6 +89,9 @@ def __get(name):
|
|||
def reset():
|
||||
"""Resets the location library, ensuring that a new query will be started"""
|
||||
global __next
|
||||
global __data
|
||||
|
||||
__data = None
|
||||
__next = 0
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue