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,8 @@
|
||||
"128.199.246.213:64022":
|
||||
{
|
||||
"password":"public_access",
|
||||
"publicKey":"ff3yru5mxjf13c4kpw1nys4j6pz9q191cds85srmsnxnql47q5p0.k",
|
||||
"user":"weuxel",
|
||||
"contact": "hype@smash-net.org"
|
||||
}
|
||||
|
||||
{
|
||||
"128.199.246.213:64022":{
|
||||
"contact":"hype@smash-net.org",
|
||||
"password":"public_access",
|
||||
"publicKey":"ff3yru5mxjf13c4kpw1nys4j6pz9q191cds85srmsnxnql47q5p0.k",
|
||||
"user":"weuxel"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user