cc-4105: hooked last run feature into mm2

This commit is contained in:
Rudi Grinberg 2012-07-23 14:28:00 -04:00
parent 84313a6135
commit 40c6bb504d
1 changed files with 0 additions and 9 deletions
python_apps/media-monitor2/media/monitor

View File

@ -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...