append in wrong place

This commit is contained in:
Sandy Walsh 2014-03-21 00:39:26 -03:00
parent c31b354bf1
commit d4be446cf5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ for i in xrange(10):
for k, v in make_notification():
row['key'] = k
row['value'] = v
row.append()
row.append()
notification.flush()