mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-22 01:23:43 +00:00
Removed unrequired extra sql transaction append line.
This commit is contained in:
parent
e7170328aa
commit
37fceb2704
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ class DailySearcher():
|
||||||
logger.log(u"New episode " + ep.prettyName() + " airs today, setting status to WANTED")
|
logger.log(u"New episode " + ep.prettyName() + " airs today, setting status to WANTED")
|
||||||
ep.status = common.WANTED
|
ep.status = common.WANTED
|
||||||
|
|
||||||
sql_l.append(ep.get_sql())
|
|
||||||
|
|
||||||
if ep.status == common.WANTED:
|
if ep.status == common.WANTED:
|
||||||
if show not in todaysEps:
|
if show not in todaysEps:
|
||||||
todaysEps[show] = [ep]
|
todaysEps[show] = [ep]
|
||||||
|
|
Loading…
Reference in a new issue