From fcd65d743017b2f8befe13b449a58d96536ff693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Bart=C3=ADk?= <63553146+sambartik@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:05:23 +0200 Subject: [PATCH] Fix titulky NameError --- custom_libs/subliminal_patch/providers/titulky.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_libs/subliminal_patch/providers/titulky.py b/custom_libs/subliminal_patch/providers/titulky.py index 55fe6b48c..0e8a6b9a7 100644 --- a/custom_libs/subliminal_patch/providers/titulky.py +++ b/custom_libs/subliminal_patch/providers/titulky.py @@ -433,7 +433,7 @@ def query(self, languages, 'uploader': uploader, 'details_link': details_link, 'download_link': download_link, - 'fps': self.retrieve_subtitles_fps(sub_id) if skip_wrong_fps else None, + 'fps': self.retrieve_subtitles_fps(sub_id) if self.skip_wrong_fps else None, } # If this row contains the first subtitles to an episode number,