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)
|
||||
try:
|
||||
httpd.serve_forever()
|
||||
except KeyboardInterrupt:
|
||||
except KeyboardInterrupt:
|
||||
print("\nShutting down server.")
|
||||
httpd.shutdown()
|
||||
|
||||
Reference in New Issue
Block a user