Skip to content

Commit

Permalink
Fix show updater error Show.refresh and Show.update
Browse files Browse the repository at this point in the history
  • Loading branch information
miigotu committed Feb 28, 2024
1 parent 86bb764 commit 7cefd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickchill/show_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from sickchill import logger, settings
from sickchill.helper.exceptions import CantRefreshShowException, CantUpdateShowException
from sickchill.oldbeard import db, network_timezones, ui
from sickchill.show import Show
from sickchill.show.Show import Show


class ShowUpdater(object):
Expand Down

0 comments on commit 7cefd2b

Please sign in to comment.