mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Refactored error handling in add_appointment; minor comments from PR review
This commit is contained in:
@@ -2,7 +2,7 @@ import logging
|
||||
from .logger import Logger
|
||||
|
||||
# PISA-SERVER
|
||||
DEFAULT_PISA_API_SERVER = 'btc.pisa.watch'
|
||||
DEFAULT_PISA_API_SERVER = 'localhost'
|
||||
DEFAULT_PISA_API_PORT = 9814
|
||||
|
||||
# PISA-CLI
|
||||
|
||||
Reference in New Issue
Block a user