aboutsummaryrefslogtreecommitdiffstats
path: root/python/backfill_index.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/backfill_index.py')
-rw-r--r--python/backfill_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/backfill_index.py b/python/backfill_index.py
index 0ecc9ba7..4504c416 100644
--- a/python/backfill_index.py
+++ b/python/backfill_index.py
@@ -1,5 +1,5 @@
from sqlalchemy import MetaData, create_engine, Table
-engine = create_engine('postgresql://serenitas_user:Serenitas1@debian/serenitasdb')
+engine = create_engine('postgresql://serenitas_user@debian/serenitasdb')
import pandas as pd
metadata = MetaData(bind = engine)