Update http_server.py

This commit is contained in:
alexey-milovidov 2020-06-16 03:21:20 +03:00 committed by GitHub
parent 92c7760c6e
commit 9b734ffded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,4 +40,4 @@ if __name__ == "__main__":
try:
httpd.serve_forever()
finally:
httpd.server_close()
httpd.server_close()