test
This commit is contained in:
parent
8a34139b93
commit
612bfb4739
@ -73,7 +73,6 @@ def do_file_search(arr_file_path):
|
||||
def do_reverse_recursive_directory_search(arr_file_path):
|
||||
dbID = None
|
||||
arr_dir_path = os.path.dirname(arr_file_path)
|
||||
print(os.path.abspath(os.sep))
|
||||
while arr_dir_path != "/":
|
||||
arr_dir_path = os.path.dirname(arr_dir_path)
|
||||
dbID = do_file_search(arr_dir_path)
|
||||
@ -134,6 +133,7 @@ def main():
|
||||
sys.exit(0)
|
||||
|
||||
loggit("Preparing payload to POST to tdarr API\n")
|
||||
print(os.path.abspath(os.sep))
|
||||
# do_tdarr_inform(dbID, arr_file_path)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user