typo, 'timer.repo()' -> 'timer.redo()'

This commit is contained in:
jesopo 2019-10-08 17:03:57 +01:00
parent a2ccf85abf
commit 90df25cd8d

View file

@ -25,4 +25,4 @@ class Module(ModuleManager.BaseModule):
backup_file = "%s.%s" % (location, suffix)
shutil.copy2(location, backup_file)
timer.repo()
timer.redo()