mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 12:01:41 +00:00
Update ready.py
This commit is contained in:
@@ -94,5 +94,7 @@ def isPluginRegistryLoaded():
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
from plugin import registry
|
from plugin import registry
|
||||||
|
print("IS_PLUGIN_REGISTRY_LOADED", not registry.is_loading)
|
||||||
|
return True
|
||||||
|
|
||||||
return not registry.is_loading
|
return not registry.is_loading
|
||||||
|
Reference in New Issue
Block a user