feat: Use real geo api by default
This commit is contained in:
@@ -55,7 +55,7 @@ class GeoAPI:
|
||||
'From': 'info@notfellchen.org' # This is another valid field
|
||||
}
|
||||
|
||||
def __init__(self, debug=True):
|
||||
def __init__(self, debug=False):
|
||||
if debug:
|
||||
self.requests = RequestMock
|
||||
else:
|
||||
|
Reference in New Issue
Block a user