mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
fix six import in TorrentToMedia. #1433
This commit is contained in:
parent
a827c8700b
commit
0700aa0400
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import core
|
|||
from core import logger, nzbToMediaDB
|
||||
from core.nzbToMediaUserScript import external_script
|
||||
from core.nzbToMediaUtil import char_replace, convert_to_ascii, plex_update, replace_links
|
||||
from libs.six import text_type
|
||||
from six import text_type
|
||||
|
||||
|
||||
def process_torrent(input_directory, input_name, input_category, input_hash, input_id, client_agent):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue