mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-11 21:08:35 +03:00
fix: bad identation leading to reference before assigment error
This commit is contained in:
@@ -769,8 +769,8 @@ class Octosuite:
|
||||
events_tree = Tree("\n" + event['id'])
|
||||
events_tree.add(f"Type: {event['type']}")
|
||||
events_tree.add(f"Created at: {event['created_at']}")
|
||||
xprint(events_tree)
|
||||
xprint(event['payload'])
|
||||
xprint(events_tree)
|
||||
xprint(event['payload'])
|
||||
# log_org_events(event, organization)
|
||||
else:
|
||||
xprint(response.json())
|
||||
|
||||
Reference in New Issue
Block a user