diff --git a/lib/geolocProfiles.py b/lib/geolocProfiles.py index b3229a7..9f3716b 100755 --- a/lib/geolocProfiles.py +++ b/lib/geolocProfiles.py @@ -130,4 +130,6 @@ class GeolocProfiles(CesiumCommon): } ) - return walletsResult + finalResult = {"wallets": walletsResult, "time": int(time())} + + return finalResult