mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2025-07-18 16:18:56 +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,8 @@
|
||||
"142.4.212.42:1441": {
|
||||
"password":"201510034nnmj97n54nby3797xt227lr0538ty4",
|
||||
"publicKey":"9uf222z95bxd7sgvncdtzr2skgjp7vdr472f7u74pc0zxu0pjxl0.k",
|
||||
"user": "derp",
|
||||
"contact": "derp@projectmeshnet.org"
|
||||
{
|
||||
"142.4.212.42:1441":{
|
||||
"contact":"derp@projectmeshnet.org",
|
||||
"password":"201510034nnmj97n54nby3797xt227lr0538ty4",
|
||||
"publicKey":"9uf222z95bxd7sgvncdtzr2skgjp7vdr472f7u74pc0zxu0pjxl0.k",
|
||||
"user":"derp"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user