From e428917a94875f131b8a06a0a840884c8269a17d Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 24 Oct 2020 23:14:59 +0200 Subject: [PATCH] Revert temporary YGG failure --- pynyaata/connectors/yggtorrent.py | 3 --- 1 file changed, 3 deletions(-) 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):