oops I forgot to format it
This commit is contained in:
parent
f98fdc3914
commit
64f1ad7808
|
@ -26,9 +26,9 @@ def main():
|
||||||
)
|
)
|
||||||
doc += f"{mod['Description']}\n\n"
|
doc += f"{mod['Description']}\n\n"
|
||||||
doc += "[Link to the Steam Workshop page]"
|
doc += "[Link to the Steam Workshop page]"
|
||||||
doc += f"({STEAM_WORKSHOP}{str(mod["WorkshopId"])})\n\n"
|
doc += f"({STEAM_WORKSHOP}{mod['WorkshopId']})\n\n"
|
||||||
|
|
||||||
with open(OUT_FILE, 'w') as file:
|
with open(OUT_FILE, "w") as file:
|
||||||
file.write(doc)
|
file.write(doc)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue