mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
fix logger
This commit is contained in:
parent
6909e0edb5
commit
8c238118ef
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import sys
|
|||
|
||||
import linktastic.linktastic as linktastic
|
||||
|
||||
Logger = logging.getLogger(__name__)
|
||||
Logger = logging.getLogger()
|
||||
|
||||
|
||||
def nzbtomedia_configure_logging(dirname):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue