mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2025-06-27 19:29: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,7 +1,9 @@
|
||||
"185.125.216.67:24297": {
|
||||
"login": "default-login",
|
||||
"password":"c5q2j63x5nkmt2yg2vjmlnfuh1jnjjf",
|
||||
"publicKey":"5dkw4x4tczb6x164qklggbgfy35cs5uxjl6tyyu4slu7nm4062q0.k",
|
||||
"peerName":"h.bunjlabs.com",
|
||||
"contact":"contact@bunjlabs.com"
|
||||
{
|
||||
"185.125.216.67:24297":{
|
||||
"contact":"contact@bunjlabs.com",
|
||||
"login":"default-login",
|
||||
"password":"c5q2j63x5nkmt2yg2vjmlnfuh1jnjjf",
|
||||
"peerName":"h.bunjlabs.com",
|
||||
"publicKey":"5dkw4x4tczb6x164qklggbgfy35cs5uxjl6tyyu4slu7nm4062q0.k"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user