Skip to content

Commit 675e24c

Browse files
committed
Actually return something
1 parent c40ef5c commit 675e24c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bufflog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ def get_logger():
7070
cache_logger_on_first_use=True,
7171
processors=processors,
7272
)
73-
bufflog = structlog.get_logger()
73+
return structlog.get_logger()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="python-bufflog",
8-
version="0.1.0",
8+
version="0.1.1",
99
author="David Gasquez",
1010
author_email="[email protected]",
1111
description="Python logger for Buffer services",

0 commit comments

Comments
 (0)