Remove infinite sleep
This commit is contained in:
parent
e3916e73e5
commit
21f34726de
@ -1 +1 @@
|
|||||||
2022.03.25-23
|
2022.03.25-24
|
||||||
|
@ -167,7 +167,6 @@ if __name__ == "__main__":
|
|||||||
if options.tag and not options.library:
|
if options.tag and not options.library:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Can't strip tags from calibre library without a library location.")
|
"Can't strip tags from calibre library without a library location.")
|
||||||
|
print(options)
|
||||||
while(True):
|
main(options)
|
||||||
main(options)
|
print("Done with runner_notify.")
|
||||||
sleep(60)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user