Refactored error handling in add_appointment; minor comments from PR review

This commit is contained in:
Salvatore Ingala
2019-10-25 14:51:15 +08:00
parent b55355e564
commit 21b54f048e
4 changed files with 46 additions and 31 deletions

View File

@@ -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