Private GIT

Skip to content
Snippets Groups Projects
Commit eea739fc authored by Fernando's avatar Fernando
Browse files
parent fea10bdd
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ class MainSanityCheck(db.DBSanityCheck):
curDate = datetime.date.today()
sqlResults = self.connection.select(
"SELECT episode_id FROM tv_episodes WHERE (airdate > ? or airdate = 1) AND status in (?,?)",
"SELECT episode_id FROM tv_episodes WHERE (airdate > ? or airdate = 1) AND status in (?,?) AND season > 0",
[curDate.toordinal(), common.SKIPPED, common.WANTED])
for cur_unaired in sqlResults:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment