Update _plugin.py

This commit is contained in:
Vishal 2024-07-25 23:49:13 +05:30 committed by GitHub
parent 6002525af1
commit 691dfa8ab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,7 +278,7 @@ class PluginSpec:
if not self.loadable:
return None
try:
cls = getclass(self.class_path, Plugin)
cls = getclass(self.class_path, Plugin, True)
except Exception as exc:
_babase.getsimplesound('error').play()
_babase.screenmessage(