Skip to content

Commit

Permalink
added printing of results
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahid5 committed May 16, 2020
1 parent db4ecd2 commit 5c9ec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-auto-insert-to-postgres/inserter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Get output of the command
rows = cursor.fetchall()

print(rows)

cursor.close()
conn.close()
Expand Down

0 comments on commit 5c9ec41

Please sign in to comment.