diff --git a/script.py b/script.py index 13ca088..9b5fad3 100644 --- a/script.py +++ b/script.py @@ -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)