mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -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
|
@ -1,4 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# adds lib directory to system path
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib')))
|
||||
|
||||
#
|
||||
##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue