Update ready.py
This commit is contained in:
parent
f932177ce8
commit
587e934e63
|
|
@ -94,5 +94,7 @@ def isPluginRegistryLoaded():
|
|||
return True
|
||||
|
||||
from plugin import registry
|
||||
print("IS_PLUGIN_REGISTRY_LOADED", not registry.is_loading)
|
||||
return True
|
||||
|
||||
return not registry.is_loading
|
||||
|
|
|
|||
Loading…
Reference in New Issue