Junaidb commited on
Commit
5936a59
·
verified ·
1 Parent(s): 23afbae

Update components/middleware.py

Browse files
Files changed (1) hide show
  1. 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=="TRUE":
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)