Fix global

This commit is contained in:
Maya 2023-03-19 13:25:49 +00:00
parent 099d7a844b
commit 81c9d130f2

View File

@ -37,6 +37,7 @@ def apply_extensions(text, typ):
return text
def create_extensions_block():
global setup_called
# Updating the default values
for extension, name in iterator():
if hasattr(extension, 'params'):