Skip to content

Commit

Permalink
issue #20 - un indenting to close cursor faster
Browse files Browse the repository at this point in the history
  • Loading branch information
melanie-fressard committed Oct 18, 2023
1 parent 1a7c714 commit 6219ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def search(cursor, query):
connection = db.connect_db()
with db.cursor(connection) as cursor:
results = search(cursor, ' '.join(sys.argv[1:]))
print(results)
print(results)
print(pd.read_json(basic_bench.outfile.getvalue(), lines=True))

0 comments on commit 6219ee4

Please sign in to comment.