Fix import with absolute path instead of local

This commit is contained in:
Salvatore Ingala
2019-10-28 11:07:42 +07:00
parent df9a1173a5
commit bc9c513317

View File

@@ -1,5 +1,5 @@
import logging
from .logger import Logger
from apps.cli.logger import Logger
# PISA-SERVER
DEFAULT_PISA_API_SERVER = 'btc.pisa.watch'