diff --git a/pynyaata/connectors/yggtorrent.py b/pynyaata/connectors/yggtorrent.py index cf0667d..e727b2b 100644 --- a/pynyaata/connectors/yggtorrent.py +++ b/pynyaata/connectors/yggtorrent.py @@ -75,9 +75,6 @@ class YggTorrent(ConnectorCore): self.on_error = False self.is_more = valid_trs and valid_trs is not len(trs) - 1 - elif response['http_code'] == 500: - self.on_error = False - self.is_more = True class YggAnimation(YggTorrent):