✏️ Wrong variable template

patch-1
Dwi Siswanto 2020-11-18 01:26:27 +07:00
parent 6ac16c7660
commit ed4cbf6df4
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ if __name__ == "__main__":
print(template)
f = open("README.md", "w")
f.write(readme)
f.write(template)
f.close()