-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[script.service.checkpreviousepisode] 0.4.8
- Loading branch information
1 parent
afe0a48
commit 752333a
Showing
8 changed files
with
89 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# -*- coding: utf-8 -*- | ||
from resources.lib import check_previous_episode | ||
import sys | ||
from bossanova808 import exception_logger | ||
|
||
if __name__ == "__main__": | ||
check_previous_episode.run(sys.argv) | ||
with exception_logger.log_exception(): | ||
check_previous_episode.run(sys.argv) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
216 changes: 0 additions & 216 deletions
216
script.service.checkpreviousepisode/resources/lib/common.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.