Authored by: bashonly
pull/14032/head
bashonly 2 days ago
parent c1e586f5be
commit 7646e780d3
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -1000,7 +1000,7 @@ class TikTokUserIE(TikTokBaseIE):
# The user didn't pass a device_id so we can reset it and retry
del self._DEVICE_ID
retry.error = ExtractorError(
f'{message}. Taking measures to avoid infinite loop', expected=True)
f'{message}. Taking measures to avoid an infinite loop', expected=True)
last_batch = current_batch

Loading…
Cancel
Save