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,8 +1,9 @@
|
||||
"176.9.105.201:4464": {
|
||||
"login":"public",
|
||||
"password":"ir88xwtel72fen3ch7aug603s26nu3a",
|
||||
"publicKey":"yrgb0xwfr9pz8swvnv6m9by8zw7v7uxxhl07qz318cjuvfgs1fc0.k",
|
||||
"contact":"webmaster@jazzanet.com",
|
||||
"peerName":"jazzanet"
|
||||
{
|
||||
"176.9.105.201:4464":{
|
||||
"contact":"webmaster@jazzanet.com",
|
||||
"login":"public",
|
||||
"password":"ir88xwtel72fen3ch7aug603s26nu3a",
|
||||
"peerName":"jazzanet",
|
||||
"publicKey":"yrgb0xwfr9pz8swvnv6m9by8zw7v7uxxhl07qz318cjuvfgs1fc0.k"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user