summaryrefslogtreecommitdiff
path: root/admin.py
diff options
context:
space:
mode:
authormartin.von.loewis <devnull@localhost>2010-01-20 00:03:28 +0000
committermartin.von.loewis <devnull@localhost>2010-01-20 00:03:28 +0000
commit5b584b481e580d3227166e33255cc46028edb944 (patch)
tree7134240b1ba8345dbde6fbdfb829e702f87beabc /admin.py
parentbb09eab715dfb066c6ebc1e3397f8b53093f9092 (diff)
downloaddecorator-5b584b481e580d3227166e33255cc46028edb944.tar.gz
Add pubsubhubbub support.
Diffstat (limited to 'admin.py')
-rw-r--r--admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin.py b/admin.py
index f2b92b1..55f2feb 100644
--- a/admin.py
+++ b/admin.py
@@ -153,7 +153,7 @@ if __name__ == '__main__':
merge_user(*args)
else:
print "unknown command '%s'!"%command
- store.commit()
+ store.changed()
finally:
store.close()