fix missing run method call

This commit is contained in:
simon 2022-12-31 16:06:33 +07:00
parent 00379bfe26
commit 43a41973d9
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

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):