Fixed a typo in reset code.
This commit is contained in:
parent
0719391f39
commit
c6f5f33cbd
1 changed files with 2 additions and 2 deletions
|
|
@ -302,8 +302,8 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
|
||||||
|
|
||||||
def reset_times(self, obj):
|
def reset_times(self, obj):
|
||||||
"By deleteting the caches we force a re-load."
|
"By deleteting the caches we force a re-load."
|
||||||
del obj.ndb.last_season
|
obj.ndb.last_season = None
|
||||||
del ndb.last_timeslot
|
obj.ndb.last_timeslot = None
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
"Define extended command"
|
"Define extended command"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue