mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Reformats code to match code guidelines
This commit is contained in:
@@ -14,11 +14,11 @@ FEED_PORT = None
|
||||
MAX_APPOINTMENTS = 100
|
||||
EXPIRY_DELTA = 6
|
||||
MIN_DISPUTE_DELTA = 20
|
||||
SERVER_LOG_FILE = 'pisa.log'
|
||||
PISA_SECRET_KEY = 'pisa_sk.pem'
|
||||
SERVER_LOG_FILE = "pisa.log"
|
||||
PISA_SECRET_KEY = "pisa_sk.pem"
|
||||
|
||||
# PISA-CLI
|
||||
CLIENT_LOG_FILE = 'pisa.log'
|
||||
CLIENT_LOG_FILE = "pisa.log"
|
||||
|
||||
# TEST
|
||||
TEST_LOG_FILE = "test.log"
|
||||
|
||||
Reference in New Issue
Block a user