diff options
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index ebd7a331..02703972 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -250,6 +250,7 @@ def _init_plugins(): if _enable_default_log and is_headless_init_once and min_level in LogLevel.__members__ and not core_ui_enabled( ) and sys.stderr.isatty(): log_to_stderr(LogLevel[min_level]) + core.BNInitRepoPlugins() if core.BNIsLicenseValidated(): _plugin_init = True else: |
