mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-25 15:25:57 +08:00
Removed erroneous print.
This commit is contained in:
parent
d65601d9cb
commit
3f5343c6de
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ def update_series():
|
||||||
removed_series = list(set(current_shows_db_list) - set(current_shows_sonarr))
|
removed_series = list(set(current_shows_db_list) - set(current_shows_sonarr))
|
||||||
|
|
||||||
for series in removed_series:
|
for series in removed_series:
|
||||||
print TableShows.delete().where(
|
TableShows.delete().where(
|
||||||
TableShows.tvdb_id == series
|
TableShows.tvdb_id == series
|
||||||
).execute()
|
).execute()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue