Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 69bd3b6

Browse files
committed
2 parents 1e22e22 + 3e4d3d9 commit 69bd3b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataprep/mergeRivers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import psycopg2
1010
import time
1111

12-
conn = psycopg2.connect("dbname=rivers host=localhost")
12+
conn = psycopg2.connect("dbname=rivers")
1313
conn.autocommit = True # required for Postgres bug workaround below
1414
cur = conn.cursor()
1515

0 commit comments

Comments
 (0)