mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2025-06-27 13: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,6 +1,8 @@
|
||||
"139.162.219.143:2331":{
|
||||
"password":"CJ36KhxxO7nmfCy1kVB27rhwlWgnG95i",
|
||||
"publicKey":"bddc5j6sc45hlrdnccu120zwnmm2z0qlbfkxn9n8xbs0vqgx9fh0.k",
|
||||
"user":"ansuz",
|
||||
"contact":"ansuz@transitiontech.ca"
|
||||
{
|
||||
"139.162.219.143:2331":{
|
||||
"contact":"ansuz@transitiontech.ca",
|
||||
"password":"CJ36KhxxO7nmfCy1kVB27rhwlWgnG95i",
|
||||
"publicKey":"bddc5j6sc45hlrdnccu120zwnmm2z0qlbfkxn9n8xbs0vqgx9fh0.k",
|
||||
"user":"ansuz"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user