Skip to content

Commit

Permalink
fix for #236
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Feb 11, 2025
1 parent d79b019 commit d41d110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lite/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def flush(self):
)


def create_module_from_string(module_string, module_name, html_output):
def create_module_from_string(module_string, module_name, html_output=None):
spec = importlib.util.spec_from_loader(
module_name,
loader=None,
Expand Down

0 comments on commit d41d110

Please sign in to comment.