aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/load_indicative.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/load_indicative.py b/python/load_indicative.py
index feae9e0f..5114392b 100644
--- a/python/load_indicative.py
+++ b/python/load_indicative.py
@@ -154,7 +154,7 @@ def upload_deal_data(conn, filename):
try:
with conn.cursor() as c:
c.execute(sqlstring, line)
- deallist[dealname] = [line['Latest Update']]
+ deallist1[dealname] = [line['Latest Update']]
except (psycopg2.DataError, KeyError) as detail:
logging.error(detail)
pdb.set_trace()