From a2d6f54fcc58ae8c524bf8d14f003be0457ff963 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sun, 12 Dec 2021 22:10:03 +0800 Subject: [PATCH] fix the bug when _rssbotlib can not load --- convert_lrc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/convert_lrc.py b/convert_lrc.py index bb27bdd..33d714d 100644 --- a/convert_lrc.py +++ b/convert_lrc.py @@ -8,6 +8,7 @@ try: from _rssbotlib import AVDict, version, VideoInfo have_rssbotlib = True except ImportError: + AVDict = None have_rssbotlib = False