mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2025-06-28 04:39: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 @@
|
||||
"192.198.82.242:27823":{
|
||||
"contact":"Igel@hyperboria.ca",
|
||||
"gpg":"A84DFFE62B451511",
|
||||
"peerName":"igel-northcarolina",
|
||||
"password":"alfa-charlie-alfa-bravo",
|
||||
"publicKey":"1nctdb89gtfrlnu71zyq97n14frl1r4z0ylwzc8vn7kpvrzu4yl0.k"
|
||||
{
|
||||
"192.198.82.242:27823":{
|
||||
"contact":"Igel@hyperboria.ca",
|
||||
"gpg":"A84DFFE62B451511",
|
||||
"password":"alfa-charlie-alfa-bravo",
|
||||
"peerName":"igel-northcarolina",
|
||||
"publicKey":"1nctdb89gtfrlnu71zyq97n14frl1r4z0ylwzc8vn7kpvrzu4yl0.k"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user