Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Oct 16, 2023
1 parent 6a46b82 commit cf6a315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/stackql.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from string import Template

# Make sure to use your own database connection details here.
conn = psycopg2.connect("dbname=stackql user=stackql host=localhost port=5444")
conn = psycopg2.connect("dbname=stackql user=stackql host=localhost port=5466")

@magics_class
class StackqlMagic(Magics):
Expand Down

0 comments on commit cf6a315

Please sign in to comment.