diff options
Diffstat (limited to 'python/log.py')
| -rw-r--r-- | python/log.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/log.py b/python/log.py index e7cd956d..d4d87019 100644 --- a/python/log.py +++ b/python/log.py @@ -21,6 +21,7 @@ # Binary Ninja components -- additional imports belong in the appropriate class from binaryninja import _binaryninjacore as core +from binaryninja.enums import LogLevel _output_to_log = False |
