@ -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)