Revert project name removal; breaks shit elsewhere somehow..

bar_select
Tyler Goodlet 2020-09-25 16:07:29 -04:00
parent 155c3eef2a
commit 8e2e695ba8
1 changed files with 1 additions and 1 deletions

View File

@ -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: