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,6 +1,8 @@
|
||||
"51.254.25.16:1132": {
|
||||
"password":"thah9aePha1Vusha6ovhpublic",
|
||||
"publicKey":"kw0vfw3tmb6u6p21z5jmmymdlumwknlg3x8muk5mcw66tdpqlw30.k",
|
||||
"contact":"me@magik6k.net",
|
||||
"peerName":"Magik6k-sbg1"
|
||||
{
|
||||
"51.254.25.16:1132":{
|
||||
"contact":"me@magik6k.net",
|
||||
"password":"thah9aePha1Vusha6ovhpublic",
|
||||
"peerName":"Magik6k-sbg1",
|
||||
"publicKey":"kw0vfw3tmb6u6p21z5jmmymdlumwknlg3x8muk5mcw66tdpqlw30.k"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user