Middleware fails
brized opened this issue · 2 comments
brized commented
Using the middleware in settings.py throws error:
File "C:\Program Files\Python37\lib\site-packages\django_ip_geolocation\middleware.py", line 15, in __init__
super(IpGeolocationMiddleware).__init__(get_response)
TypeError: super() argument 1 must be type, not function
rednaks commented
thank you for reporting the issue, I'll fix it asap.