fix: Fix indentation error in server.py
This commit is contained in:
@@ -24,6 +24,6 @@ with socketserver.TCPServer(('', PORT), SystemInfoHandler) as httpd:
|
|||||||
print("serving at port", PORT)
|
print("serving at port", PORT)
|
||||||
try:
|
try:
|
||||||
httpd.serve_forever()
|
httpd.serve_forever()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("\nShutting down server.")
|
print("\nShutting down server.")
|
||||||
httpd.shutdown()
|
httpd.shutdown()
|
||||||
|
|||||||
Reference in New Issue
Block a user