Skip to content

Commit aa337f4

Browse files
author
Inbal Tako
committed
Fix typo
1 parent c4c1106 commit aa337f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

securenative/event_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def __init__(self, options=SecureNativeOptions(), http_client=None):
2626
else:
2727
self.http_client = http_client
2828

29+
self.queue = list()
2930
self.thread = threading.Thread(target=self.run, daemon=True)
3031
self.thread.start()
3132

3233
self.options = options
33-
self.queue = list()
3434
self.send_enabled = False
3535
self.attempt = 0
3636
self.coefficients = [1, 1, 2, 3, 5, 8, 13]

0 commit comments

Comments
 (0)