mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Added lib.requests and code to import our custom lib folder
This commit is contained in:
parent
5105e03de6
commit
2c4b260440
90 changed files with 20414 additions and 19 deletions
|
@ -3,9 +3,9 @@ import datetime
|
|||
import logging
|
||||
import socket
|
||||
import urllib
|
||||
import requests
|
||||
import shutil
|
||||
import json
|
||||
from lib import requests
|
||||
from nzbtomedia.Transcoder import Transcoder
|
||||
from nzbtomedia.nzbToMediaConfig import config
|
||||
from nzbtomedia.nzbToMediaSceneExceptions import process_all_exceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue