Moved Logger from __init__ into separate file

This commit is contained in:
Salvatore Ingala
2019-10-25 10:33:03 +08:00
parent edd6eec2a8
commit 6348d15cea
4 changed files with 37 additions and 38 deletions

View File

@@ -18,8 +18,8 @@ from cryptography.exceptions import InvalidSignature, UnsupportedAlgorithm
from apps.cli.blob import Blob
from apps.cli.help import help_add_appointment, help_get_appointment
from apps.cli import logger
from apps.cli import DEFAULT_PISA_API_SERVER, DEFAULT_PISA_API_PORT, PISA_PUBLIC_KEY
from apps.cli import logger
HTTP_OK = 200