mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -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
|
import linktastic.linktastic as linktastic
|
||||||
|
|
||||||
Logger = logging.getLogger(__name__)
|
Logger = logging.getLogger()
|
||||||
|
|
||||||
|
|
||||||
def nzbtomedia_configure_logging(dirname):
|
def nzbtomedia_configure_logging(dirname):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue