diff options
| author | 0cyn <kat@vector35.com> | 2026-04-25 15:18:38 -0400 |
|---|---|---|
| committer | 0cyn <kat@vector35.com> | 2026-05-04 12:59:35 -0400 |
| commit | 73976e975ddf4dd0cbb5aa49425cf36e5655cd5c (patch) | |
| tree | 445aafdf56fc2ab3c3fdf8e08e9e84e005abb565 /python | |
| parent | f389b25261d6f0de54627f1dbc176e852f974c74 (diff) | |
Re-add license text field to API
Diffstat (limited to 'python')
| -rw-r--r-- | python/pluginmanager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 55315d12..32d410ea 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -154,7 +154,7 @@ class Extension: @deprecation.deprecated(deprecated_in="5.3", details='This field will be removed.') def license_text(self) -> Optional[str]: """String complete license text for the given plugin""" - return '' + return core.BNPluginGetLicenseText(self.handle) @property def long_description(self) -> Optional[str]: |
