Skip to content

Commit

Permalink
Cleanup tv.py
Browse files Browse the repository at this point in the history
Remove code in comments
Remove comments explained by loggers
Fix most broad Exception clause
  • Loading branch information
pigsyn committed Sep 18, 2022
1 parent a7cce8c commit eeaecd8
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 89 deletions.
4 changes: 2 additions & 2 deletions sickchill/oldbeard/show_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def run(self):
self._finish_early()
return

self.show.load_imdb_imfo()
self.show.load_imdb_info()

This comment has been minimized.

Copy link
@miigotu

miigotu Sep 20, 2022

Contributor

😲


try:
self.show.saveToDB()
Expand Down Expand Up @@ -661,7 +661,7 @@ def run(self):
self.finish()
return

self.show.load_imdb_imfo()
self.show.load_imdb_info()

# have to save show before reading episodes from db
try:
Expand Down
Loading

0 comments on commit eeaecd8

Please sign in to comment.