fix missing run method call

pull/413/head
simon 2 years ago
parent 00379bfe26
commit 43a41973d9
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

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

Loading…
Cancel
Save