fix missing run method call

This commit is contained in:
simon
2022-12-31 16:06:33 +07:00
parent 00379bfe26
commit 43a41973d9

View File

@@ -246,7 +246,7 @@ class Reindex(ReindexBase):
try:
self._reindex_single_video_call(youtube_id)
except FileNotFoundError:
ChannelUrlFixer(youtube_id, self.config)
ChannelUrlFixer(youtube_id, self.config).run()
self._reindex_single_video_call(youtube_id)
def _reindex_single_video_call(self, youtube_id):