mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
Update _plugin.py
This commit is contained in:
parent
6002525af1
commit
691dfa8ab1
@ -278,7 +278,7 @@ class PluginSpec:
|
|||||||
if not self.loadable:
|
if not self.loadable:
|
||||||
return None
|
return None
|
||||||
try:
|
try:
|
||||||
cls = getclass(self.class_path, Plugin)
|
cls = getclass(self.class_path, Plugin, True)
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
_babase.getsimplesound('error').play()
|
_babase.getsimplesound('error').play()
|
||||||
_babase.screenmessage(
|
_babase.screenmessage(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user