fix: enhance stability

This commit is contained in:
WorldObservationLog
2024-05-21 22:33:41 +08:00
parent 9614ff15f0
commit 10067fe160
2 changed files with 23 additions and 8 deletions

View File

@@ -24,3 +24,7 @@ class NotTimeSyncedLyricsException(Exception):
class CodecNotFoundException(Exception):
...
class RetryableDecryptException(Exception):
...