This commit is contained in:
Gregory Salaun 2023-02-15 11:13:48 +07:00
parent 0e7fb14a42
commit 68ba468192

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