mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2025-07-07 19:24:07 +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 @@
|
||||
"rethymno-meshnet.tk:38295": {
|
||||
"login": "default-login",
|
||||
"password":"wgs9k7n7j5yh0kx7kyl5m7cpp71ls4y",
|
||||
"publicKey":"wb3pt76psbt28mt9t2wzyudyh9zkqwq9z3jqb3t06y53g6f5qzh0.k",
|
||||
"peerName":"gr-rethymno-meshnet",
|
||||
"contact":"kaotisk@irc.fc00.io"
|
||||
{
|
||||
"rethymno-meshnet.tk:38295":{
|
||||
"contact":"kaotisk@irc.fc00.io",
|
||||
"login":"default-login",
|
||||
"password":"wgs9k7n7j5yh0kx7kyl5m7cpp71ls4y",
|
||||
"peerName":"gr-rethymno-meshnet",
|
||||
"publicKey":"wb3pt76psbt28mt9t2wzyudyh9zkqwq9z3jqb3t06y53g6f5qzh0.k"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user