mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2025-06-27 21:49:24 +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,10 +1,12 @@
|
||||
"173.62.245.186:55249": {
|
||||
"peerName": "NAT",
|
||||
"ipv6": "fcda:9958:9093:49f2:2677:6df6:2a5a:b01d",
|
||||
"country": "us",
|
||||
"website": "https://github.com/NateBrune",
|
||||
"contact": "natebrune@gmail.com",
|
||||
"gpg": "C95CE6BC6735BAD7",
|
||||
"publicKey": "vgxqyputh4ldhxktg9msmr61pw938l0ymhkmryljsyzvmr0dtwy0.k",
|
||||
"password": "Public"
|
||||
{
|
||||
"173.62.245.186:55249":{
|
||||
"contact":"natebrune@gmail.com",
|
||||
"country":"us",
|
||||
"gpg":"C95CE6BC6735BAD7",
|
||||
"ipv6":"fcda:9958:9093:49f2:2677:6df6:2a5a:b01d",
|
||||
"password":"Public",
|
||||
"peerName":"NAT",
|
||||
"publicKey":"vgxqyputh4ldhxktg9msmr61pw938l0ymhkmryljsyzvmr0dtwy0.k",
|
||||
"website":"https://github.com/NateBrune"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user