Skip to content
Snippets Groups Projects
Commit 74ac707c authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

WIP fix nonmember smith and tech comm

parent abd140c3
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ or just:
---
Tested with python 3.8 and 3.9 and 3.10
Tested with python 3.8 and 3.9 and 3.10 and 3.11
this tool allows you to transform current Ğ1v1 data into genesis Ğv2.
......
[
{
"poka": {
"certs_received": [
"elois",
"HugoTrentesaux",
"tuxmain",
"ManUtopiK"
]
}
},
{
"elois": {
"certs_received": [
"HugoTrentesaux",
"tuxmain",
"poka",
"ManUtopiK"
]
"certs_received": ["HugoTrentesaux", "tuxmain", "ManUtopiK"]
}
},
{
"HugoTrentesaux": {
"session_keys": "dummy",
"certs_received": [
"elois",
"tuxmain",
"poka",
"ManUtopiK"
]
"certs_received": ["tuxmain", "poka", "ManUtopiK"]
}
},
{
"tuxmain": {
"certs_received": [
"elois",
"HugoTrentesaux",
"poka",
"ManUtopiK"
]
"certs_received": ["HugoTrentesaux", "poka", "ManUtopiK"]
}
},
{
"1000i100": {
"certs_received": [
"elois",
"HugoTrentesaux",
"poka",
"ManUtopiK"
]
"certs_received": ["HugoTrentesaux", "poka", "ManUtopiK"]
}
},
{
"ManUtopiK": {
"certs_received": [
"elois",
"HugoTrentesaux",
"poka",
"1000i100"
]
"certs_received": ["HugoTrentesaux", "poka", "1000i100"]
}
}
]
["poka", "elois", "HugoTrentesaux", "tuxmain", "1000i100"]
\ No newline at end of file
["poka", "HugoTrentesaux", "tuxmain", "1000i100"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment