Revert project name removal; breaks shit elsewhere somehow..
parent
155c3eef2a
commit
8e2e695ba8
|
@ -9,7 +9,7 @@ from pygments import highlight, lexers, formatters
|
|||
|
||||
# Makes it so we only see the full module name when using ``__name__``
|
||||
# without the extra "piker." prefix.
|
||||
_proj_name = ''
|
||||
_proj_name = 'piker'
|
||||
|
||||
|
||||
def get_logger(name: str = None) -> logging.Logger:
|
||||
|
|
Loading…
Reference in New Issue