This commit is contained in:
a-ill
2023-07-20 00:23:40 +03:00
parent 1afca45d4b
commit 6c48a726d1
3 changed files with 23 additions and 26 deletions

View File

@@ -212,6 +212,7 @@ function political_compass()
end
function groups_add_post()
@info rawpayload()
data = collect(JSON3.read(rawpayload()))
push!(data,1)
dict = Dict(zip(["country","state","town","latitude","longitude","contact","members"],data))