mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Don't add plugin to manager twice (#1064)
* Prevent Python plugins from being added to PluginManager twice
This commit is contained in:
@@ -497,7 +497,6 @@ class Plugin:
|
||||
|
||||
def init(self, app):
|
||||
self.app = app
|
||||
self.app.plugins.addPythonPlugin(create_proxy(self))
|
||||
|
||||
def register_custom_element(self, tag):
|
||||
# TODO: Ideally would be better to use the logger.
|
||||
|
||||
Reference in New Issue
Block a user