diff options
Diffstat (limited to 'python/bbg_prices.py')
| -rw-r--r-- | python/bbg_prices.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bbg_prices.py b/python/bbg_prices.py index 723b35bf..2f1ee596 100644 --- a/python/bbg_prices.py +++ b/python/bbg_prices.py @@ -4,7 +4,7 @@ from db import conn import numpy as np import pandas as pd -engine = create_engine('postgresql://et_user:Serenitas1@debian/ET') +engine = create_engine('postgresql://et_user@debian/ET') session = init_bbg_session('192.168.1.108', 8194) fields_update = ["LN_ISSUE_STATUS", "AMT_OUTSTANDING", "PX_LAST","LAST_UPDATE_DT", |
