Revert temporary YGG failure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michel Roux 2020-10-24 23:14:59 +02:00
parent f38bc0b426
commit e428917a94

View File

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