Skip to content

Commit

Permalink
Synced with my upstream PR
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt committed Mar 21, 2017
1 parent 336804e commit 42b7b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if remote_postgres_host != '':
else:
postgres_sslmode = 'verify-full'
conn = psycopg2.connect("%s %s host='%s' %s connect_timeout=600 sslmode='%s'" % (
postgres_user, postgres_password, remote_postgres_host, postgres_sslmode))
postgres_user, postgres_password, remote_postgres_host, postgres_dbname, postgres_sslmode))
else:
conn = psycopg2.connect("user=zulip")
cursor = conn.cursor()
Expand Down

0 comments on commit 42b7b1d

Please sign in to comment.