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:
parent
2a832bbadf
commit
c83d661fb1
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue