mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2025-06-27 15:59:23 +00:00
Wrap JSON dicts in {} like the rest of the world
Update tests.py, README.md to reflect this tests.py also now checks exact formatting. Must be four spaces indented, etc. Also has --clean option to do it for you
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
"leeloo.kyriasis.com:65149": {
|
||||
"login": "public-peer",
|
||||
"password": "3fPUWtOiQfKRupM7y9zIAdZhbLiaumoCutVJx9Igw/bZerEhbOfDdEFxJZojcnw0jMcOR/dZvFElmqI6",
|
||||
"publicKey": "4dhktl7cmwp0f1grjuhn1m5gg3tllx1mccssmgq2s6xqltzpu620.k",
|
||||
"contact": "johannes@kyriasis.com",
|
||||
"gpg": "50FB9B273A9D0BB5",
|
||||
"peerName": "leeloo.kyriasis.com"
|
||||
{
|
||||
"leeloo.kyriasis.com:65149":{
|
||||
"contact":"johannes@kyriasis.com",
|
||||
"gpg":"50FB9B273A9D0BB5",
|
||||
"login":"public-peer",
|
||||
"password":"3fPUWtOiQfKRupM7y9zIAdZhbLiaumoCutVJx9Igw/bZerEhbOfDdEFxJZojcnw0jMcOR/dZvFElmqI6",
|
||||
"peerName":"leeloo.kyriasis.com",
|
||||
"publicKey":"4dhktl7cmwp0f1grjuhn1m5gg3tllx1mccssmgq2s6xqltzpu620.k"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user