add sublevel in json, with timestamp

This commit is contained in:
poka 2023-09-09 09:50:20 +02:00
parent 51ae54484c
commit 2c5435a18b
1 changed files with 3 additions and 1 deletions

View File

@ -130,4 +130,6 @@ class GeolocProfiles(CesiumCommon):
}
)
return walletsResult
finalResult = {"wallets": walletsResult, "time": int(time())}
return finalResult