Skip to content

Commit

Permalink
Fix Neo4j 'Result' summary error
Browse files Browse the repository at this point in the history
  • Loading branch information
beatro0t committed Jun 17, 2020
1 parent 83695a9 commit 2ab935f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws/attacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ def compute(
)

start = time.time()
summary = Neo4j().run(cypher).summary()
summary = Neo4j().run(cypher)._summary

stats.append({
"pattern": pattern,
Expand Down

0 comments on commit 2ab935f

Please sign in to comment.