Spaces:
Sleeping
Sleeping
Update components/middleware.py
Browse files- components/middleware.py +1 -1
components/middleware.py
CHANGED
|
@@ -253,7 +253,7 @@ class x401Kit(BaseHTTPMiddleware):
|
|
| 253 |
if signverify == True and tokenverify == True:
|
| 254 |
|
| 255 |
|
| 256 |
-
if geo_code=="
|
| 257 |
|
| 258 |
country=GEOCODER(coords)
|
| 259 |
print(country)
|
|
|
|
| 253 |
if signverify == True and tokenverify == True:
|
| 254 |
|
| 255 |
|
| 256 |
+
if geo_code=="true":
|
| 257 |
|
| 258 |
country=GEOCODER(coords)
|
| 259 |
print(country)
|