You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: revengai/features/configuration/__init__.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,7 @@ def get_config(self):
26
26
returnself.config
27
27
28
28
def_register_binary_view_event(self):
29
-
BinaryViewType.add_binaryview_finalized_event(self._add_binaryview_finalized_event) # TODO: Use binaryview_finalized_event instead, but without load 3 times
30
-
# TODO: Nao usar binaryview_finalized_event para checkar creds, resulta em comandos nao carregando.q
0 commit comments