Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
qaqFei committed Sep 1, 2024
1 parent 8995ed6 commit d9e6a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biliclear.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def report(data: dict, r: str):
report(reply, r)
else:
print(f" not porn, {time.time()}\r", end="")
time.sleep(0.75)
except (StopAsyncIteration, KeyboardInterrupt) as e:
time.sleep(1.25)
except (Exception, KeyboardInterrupt) as e:
print("err", e)
if e is KeyboardInterrupt or isinstance(e, KeyboardInterrupt):
break

0 comments on commit d9e6a25

Please sign in to comment.