Skip to content

Commit aadc259

Browse files
committed
tube_backend.py: Added text 'ValueError,'
1 parent 5fe4b29 commit aadc259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/createdb/tube_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ def blocklist_check(info, *pargs, incomplete):
541541
IndexError,
542542
RecursionError,
543543
TypeError,
544+
ValueError,
544545
) as excinfo:
545546
error = consts.REGEX_ANSI_ESCAPE.sub("", str(excinfo))
546547
ydl_log["error"].append(error)

0 commit comments

Comments
 (0)