mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Fixed logging in TorrentToMedia (forgot to import a module)
This commit is contained in:
parent
b757f333ed
commit
6021d99175
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
#System imports
|
#System imports
|
||||||
import ConfigParser
|
import ConfigParser
|
||||||
|
import logging
|
||||||
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import shutil
|
|
||||||
|
|
||||||
# Custom imports
|
# Custom imports
|
||||||
import linktastic.linktastic as linktastic
|
import linktastic.linktastic as linktastic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue