diff options
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-x | pyAggr3g470r.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index a9ffd87a..c7b2e94f 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -650,8 +650,7 @@ if __name__ == '__main__': root = Root() if not os.path.isfile(utils.sqlite_base): utils.create_base() - else: - root.update() + root.update() try: import gamin thread_watch_base = threading.Thread(None, root.watch_base, None, ()) |