Compare commits

...

2 Commits

Author SHA1 Message Date
07bbb21b28 update 2023-02-15 11:16:29 +07:00
68ba468192 update 2023-02-15 11:13:48 +07:00

24
Readarr/delete_files.py Normal file → Executable file
View File

@ -4,6 +4,8 @@ import os
book = {} book = {}
PATH_LIST = ["EBooks"]
try: try:
book = { book = {
"EventType": os.environ.get('readarr_eventtype'), "EventType": os.environ.get('readarr_eventtype'),
@ -29,14 +31,14 @@ for key, value in book.items():
f.write('\n') f.write('\n')
f.close() f.close()
# if radarrBasePath not in PATH_LIST: if radarrBasePath not in PATH_LIST:
# try: try:
# os.remove(radarrSourcePath) os.remove(radarrSourcePath)
# os.rmdir(radarrMovieFolder) os.rmdir(radarrMovieFolder)
# except: except:
# pass pass
# else: else:
# try: try:
# os.remove(radarrSourcePath) os.remove(radarrSourcePath)
# except: except:
# pass pass