Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Sep 4, 2018
1 parent 02d9de3 commit 6c811c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cophi/api.py
Expand Up @@ -13,9 +13,9 @@


logging.basicConfig(level=logging.INFO,
format="(%(asctime)s) %(levelname)s: %(message)s",
format="(%(asctime)s) %(name)s %(levelname)s: %(message)s",
datefmt="%H:%M:%S")
logger = logging.getLogger("cophi.api")
logger = logging.getLogger("cophi")


def document(filepath, **kwargs):
Expand Down

0 comments on commit 6c811c6

Please sign in to comment.