mirror of
https://github.com/vladmandic/automatic
synced 2026-09-10 23:08:43 +02:00
jumbo patch
This commit is contained in:
@@ -77,7 +77,7 @@ return process_images(p)
|
||||
module.display = display
|
||||
|
||||
indent = " " * indent_level
|
||||
indented = code.replace('\n', '\n' + indent)
|
||||
indented = code.replace('\n', f"\n{indent}")
|
||||
body = f"""def __webuitemp__():
|
||||
{indent}{indented}
|
||||
__webuitemp__()"""
|
||||
|
||||
Reference in New Issue
Block a user