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,6 +1,8 @@
|
||||
"188.166.3.174:4841":{
|
||||
"password":"public-20150903-6pb6aEKDDKVr9zsBJIyDUYfrXYzQv1",
|
||||
"publicKey":"s680fh7g69ww3y9cmrxt910u5hvrwrmcnln1sz6mq1jk5mquq8k0.k",
|
||||
"user":"katt",
|
||||
"contact":"oniichan@mrowr.me"
|
||||
{
|
||||
"188.166.3.174:4841":{
|
||||
"contact":"oniichan@mrowr.me",
|
||||
"password":"public-20150903-6pb6aEKDDKVr9zsBJIyDUYfrXYzQv1",
|
||||
"publicKey":"s680fh7g69ww3y9cmrxt910u5hvrwrmcnln1sz6mq1jk5mquq8k0.k",
|
||||
"user":"katt"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
"188.226.183.183:43328": {
|
||||
"password":"public_access",
|
||||
"publicKey":"1y1jmqrw4r31jlp6yqmq30067rcp0tsgsdm3cs4k8l33pyfhpwn0.k",
|
||||
"user":"weuxel",
|
||||
"contact": "hype@smash-net.org"
|
||||
{
|
||||
"188.226.183.183:43328":{
|
||||
"contact":"hype@smash-net.org",
|
||||
"password":"public_access",
|
||||
"publicKey":"1y1jmqrw4r31jlp6yqmq30067rcp0tsgsdm3cs4k8l33pyfhpwn0.k",
|
||||
"user":"weuxel"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user