cc-4105: hooked last run feature into mm2
This commit is contained in:
parent
84313a6135
commit
40c6bb504d
python_apps/media-monitor2/media/monitor
|
@ -25,15 +25,6 @@ class MMConfig(object):
|
|||
"""
|
||||
raise ConfigAccessViolation(key)
|
||||
|
||||
def last_ran():
|
||||
return 123456
|
||||
|
||||
def update_last_run():
|
||||
pass
|
||||
|
||||
def set_last_run_now():
|
||||
pass
|
||||
|
||||
def save(self): self.cfg.write()
|
||||
|
||||
# Remove this after debugging...
|
||||
|
|
Loading…
Reference in New Issue