mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2025-08-14 14:58:08 +00:00
recommend 'login' field
This commit is contained in:
2
tests.py
2
tests.py
@@ -5,7 +5,7 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
REQUIRED_FIELDS = ['publicKey', 'password', 'contact']
|
REQUIRED_FIELDS = ['publicKey', 'password', 'contact']
|
||||||
RECOMMENDED_FIELDS = ['gpg', 'peerName']
|
RECOMMENDED_FIELDS = ['gpg', 'login']
|
||||||
|
|
||||||
RED = '\x1b[01;31m'
|
RED = '\x1b[01;31m'
|
||||||
GREEN = '\x1b[01;32m'
|
GREEN = '\x1b[01;32m'
|
||||||
|
Reference in New Issue
Block a user