Spaces:
Running
Running
Fix: fix unsafe print
Browse files
src/services/googlemap_api_service.py
CHANGED
|
@@ -47,7 +47,7 @@ class GoogleMapAPIService:
|
|
| 47 |
Args:
|
| 48 |
api_key: Google Maps API key (required)
|
| 49 |
"""
|
| 50 |
-
|
| 51 |
if api_key:
|
| 52 |
self.api_key = api_key
|
| 53 |
else:
|
|
|
|
| 47 |
Args:
|
| 48 |
api_key: Google Maps API key (required)
|
| 49 |
"""
|
| 50 |
+
|
| 51 |
if api_key:
|
| 52 |
self.api_key = api_key
|
| 53 |
else:
|