Merge branch 'main' into dev
This commit is contained in:
commit
4af7197a7c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ async def get_geo_access_real(request: GeoAccessRequest):
|
|||
# Centro del controllo geografico (Lido di Bolzano)
|
||||
CENTER_LAT = 46.68349
|
||||
CENTER_LON = 11.19043
|
||||
RADIUS_METERS = 50
|
||||
RADIUS_METERS = 500
|
||||
|
||||
# Creo il checker per il cerchio di 50 metri
|
||||
from geo_access import CircleChecker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue