mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2024-11-22 10:40:26 +00:00
recommend 'login' field
This commit is contained in:
parent
06e555be7a
commit
4d096fabb9
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user