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:
|
||||
raise ValueError(
|
||||
"Can't strip tags from calibre library without a library location.")
|
||||
|
||||
while(True):
|
||||
main(options)
|
||||
sleep(60)
|
||||
print(options)
|
||||
main(options)
|
||||
print("Done with runner_notify.")
|
||||
|
Loading…
Reference in New Issue
Block a user