aboutsummaryrefslogtreecommitdiffstats
path: root/python/Dawn/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dawn/views.py')
-rw-r--r--python/Dawn/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py
index 92bee0e5..96157bd7 100644
--- a/python/Dawn/views.py
+++ b/python/Dawn/views.py
@@ -88,7 +88,7 @@ def trade_manage(tradeid):
finally:
if bond_form.upload_globeop.data:
q = get_queue()
- q.rpush('trades', simple_serialize(trade))
+ q.rpush('bond_trades', simple_serialize(trade))
return redirect(url_for('list_trades'))
else:
return str(bond_form.errors)