Remove infinite sleep

master
MrTyton 3 years ago
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):
print(options)
main(options)
sleep(60)
print("Done with runner_notify.")

Loading…
Cancel
Save