mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Refactor nzbToMediaUtil -> utils
This commit is contained in:
parent
34904ee892
commit
f61a17b8a0
14 changed files with 14 additions and 14 deletions
|
@ -7,7 +7,7 @@ import requests
|
|||
|
||||
import core
|
||||
from core import logger
|
||||
from core.nzbToMediaUtil import convert_to_ascii, server_responding
|
||||
from core.utils import convert_to_ascii, server_responding
|
||||
|
||||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue