Fixed a typo in reset code.

This commit is contained in:
Griatch 2012-12-12 00:46:40 +01:00
parent 0719391f39
commit c6f5f33cbd

View file

@ -302,8 +302,8 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
def reset_times(self, obj):
"By deleteting the caches we force a re-load."
del obj.ndb.last_season
del ndb.last_timeslot
obj.ndb.last_season = None
obj.ndb.last_timeslot = None
def func(self):
"Define extended command"