Skip to content

Commit

Permalink
Handle type correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
frezik committed Jul 21, 2021
1 parent 317eb93 commit 89219aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'user=' + user,
'password=' + passwd,
'host=' + host,
'port=' + port,
'port=' + str( port ),
])
conn = psycopg2.connect( conn_str )
Doorbot.DB.set_db( conn )
Expand Down

0 comments on commit 89219aa

Please sign in to comment.