bytebeat_compiler.py: format: fix indentation
This commit is contained in:
parent
3d9a39a85c
commit
65fac992d6
@ -66,8 +66,8 @@ def substitute_vars(replacements: dict, text: str, verbose: bool) -> str:
|
|||||||
if verbose and placeholder != "bytebeat_contents":
|
if verbose and placeholder != "bytebeat_contents":
|
||||||
print(placeholder, ": ", replacement, sep="")
|
print(placeholder, ": ", replacement, sep="")
|
||||||
text = text.replace(f"`{placeholder}`", str(replacement))
|
text = text.replace(f"`{placeholder}`", str(replacement))
|
||||||
if verbose:
|
if verbose:
|
||||||
print()
|
print()
|
||||||
return text
|
return text
|
||||||
|
|
||||||
CC = fetch("CC")
|
CC = fetch("CC")
|
||||||
|
Loading…
Reference in New Issue
Block a user