[util] fix location timeouts

This commit is contained in:
tobi-wan-kenobi 2022-08-31 19:12:05 +02:00
parent 0f74b690ca
commit 1983408e58
2 changed files with 3 additions and 4 deletions

View file

@ -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