aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/grumpy_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/grumpy_sync.py b/utils/grumpy_sync.py
index 111c8dc..160bbb9 100755
--- a/utils/grumpy_sync.py
+++ b/utils/grumpy_sync.py
@@ -57,7 +57,7 @@ def main(path, initial_sync):
session.add(Setting('updates_info', data))
session.commit()
# Initial sync does not need to deal with moves
- return {}
+ return
# Not an initial sync...
raise NotImplementedError