mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Refactor LIB_DIR -> LIB_ROOT
This commit is contained in:
parent
32e0d7dba2
commit
200a8d8827
2 changed files with 3 additions and 4 deletions
|
@ -5,7 +5,7 @@ import time
|
|||
import libs
|
||||
|
||||
if __name__ == '__main__':
|
||||
os.chdir(libs.LIB_DIR)
|
||||
os.chdir(libs.LIB_ROOT)
|
||||
for lib, directory in libs.DIRECTORY.items():
|
||||
if lib == 'custom':
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue