Fix message repetition

This commit is contained in:
Abdullah Barhoum
2022-08-28 19:09:15 +02:00
parent b3fa72a614
commit 66c0658255
2 changed files with 5 additions and 3 deletions

View File

@@ -8,5 +8,5 @@ file.write_text(
Created using <a href="https://github.com/AbdBarho/stable-diffusion-webui-docker">stable-diffusion-webui-docker</a>.
</p>
<p>For help and advanced usage guides,
""")
""", 1)
)