ybendou commited on
Commit
28e28cb
1 Parent(s): 8412687

Update src/utils.py

Browse files
Files changed (1) hide show
  1. src/utils.py +2 -2
src/utils.py CHANGED
@@ -107,8 +107,8 @@ def add_danger_distances_to_map(map_obj):
107
 
108
 
109
  def init_map(current_localisation=[31.228674, -7.992047]):
110
- g = geocoder.ip('me')
111
-
112
  #m = folium.Map(
113
  # location=[31.228674, -7.992047],
114
  # zoom_start=8.5,
 
107
 
108
 
109
  def init_map(current_localisation=[31.228674, -7.992047]):
110
+ #g = geocoder.ip('me')
111
+ print(f'CURRENT LOCA: {current_localisation}')
112
  #m = folium.Map(
113
  # location=[31.228674, -7.992047],
114
  # zoom_start=8.5,