Update ready.py

This commit is contained in:
Lukas 2023-06-09 14:11:12 +02:00 committed by GitHub
parent f932177ce8
commit 587e934e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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