Browse Source

update db name in reconcile script

Daniel Sheffield 2 years ago
parent
commit
3fa4c2dad6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reconcile.py

+ 1 - 1
reconcile.py

@@ -41,7 +41,7 @@ STORE_CODES = {
 }
 
 user = os.getenv('USER')
-conn = psycopg.connect(f"{host} dbname=das user={user} {password}")
+conn = psycopg.connect(f"{host} dbname=grocery user={user} {password}")
 cur = conn.cursor()
 output = []