Skip to content

Commit 48c180d

Browse files
committed
Updated summary in main
1 parent f505d6e commit 48c180d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def main():
7676
if has_results:
7777
stdout.write("\r\n")
7878
if args.summary:
79-
summary = cursor.summary()
79+
summary = cursor.summary
8080
stdout.write("Statement : %r\r\n" % summary.statement)
8181
stdout.write("Parameters : %r\r\n" % summary.parameters)
8282
stdout.write("Statement Type : %r\r\n" % summary.statement_type)

0 commit comments

Comments
 (0)