1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 17:47:20 +00:00

no log: Remove unsolicited test logs from soustitres.eu

This commit is contained in:
Antoine Malliarakis 2022-01-03 00:16:25 +01:00 committed by GitHub
parent 2a832bbadf
commit c83d661fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,9 +163,6 @@ class SoustitreseuProvider(Provider, ProviderSubtitleArchiveMixin):
else:
matching_archive = True
if guessed_subs['season'] == 16:
print('test')
if matching_archive:
download_link = self.server_url + 'series/' + item.attrs['href']
res = self.session.get(download_link, timeout=30)