We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cacbd commit 980113cCopy full SHA for 980113c
1 file changed
plugins/geoip.py
@@ -53,6 +53,7 @@ def update_db():
53
def check_db(loop):
54
"""
55
runs update_db in an executor thread and sets geoip_reader to the result
56
+ if this is run while update_db is already executing bad things will happen
57
58
global geoip_reader
59
if not geoip_reader:
0 commit comments