changed the output filename

main
vitrinekast 9 months ago
parent 8dc88128b9
commit aff952fa5f

@ -26,5 +26,5 @@ output = template.render(last_user_added = last_user_added.stdout, users_created
# # printing the output on screen
# print(output)
with open("index.html", 'w') as f:
with open("output.html", 'w') as f:
print(output, file = f)

Loading…
Cancel
Save