fix: bad identation leading to reference before assigment error

This commit is contained in:
albertollamaso
2023-01-22 13:59:26 +01:00
parent 7576fa64a1
commit 2723c2f8dd

View File

@@ -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())