diff options
| author | 2019-10-08 17:03:57 +0100 | |
|---|---|---|
| committer | 2019-10-08 17:03:57 +0100 | |
| commit | 90df25cd8dba406b2bd91547fe9461d7c208f91e (patch) | |
| tree | e49ae8f0df0f4282389d76f8e8cc1bc07af6ccc4 /modules/database_backup.py | |
| parent | duck-prevent-highlight by default, improve !friends/!enemies query (diff) | |
| signature | ||
typo, 'timer.repo()' -> 'timer.redo()'
Diffstat (limited to 'modules/database_backup.py')
| -rw-r--r-- | modules/database_backup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database_backup.py b/modules/database_backup.py index 2166be1d..27610fbd 100644 --- a/modules/database_backup.py +++ b/modules/database_backup.py @@ -25,4 +25,4 @@ class Module(ModuleManager.BaseModule): backup_file = "%s.%s" % (location, suffix) shutil.copy2(location, backup_file) - timer.repo() + timer.redo() |
