mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-03 01:52:02 -05:00
Update tv.py
Removed weakref, caused issues with searching and downloads
This commit is contained in:
parent
166dffeb5a
commit
3384e2c51d
@ -251,7 +251,7 @@ class TVShow(object):
|
||||
if ep != None:
|
||||
episodeCache[season][episode] = ep
|
||||
|
||||
epObj = weakref.proxy(episodeCache[season][episode])
|
||||
epObj = episodeCache[season][episode]
|
||||
return epObj
|
||||
|
||||
def should_update(self, update_date=datetime.date.today()):
|
||||
|
Loading…
x
Reference in New Issue
Block a user