From 2c5435a18bd47aa3db560b07a0fae65f93e397c2 Mon Sep 17 00:00:00 2001 From: poka Date: Sat, 9 Sep 2023 09:50:20 +0200 Subject: [PATCH] add sublevel in json, with timestamp --- lib/geolocProfiles.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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