fixed ui stuff and styled a bit more, with search function
This commit is contained in:
@@ -119,5 +119,4 @@ if __name__ == "__main__":
|
||||
httpd.serve_forever()
|
||||
except (Exception, KeyboardInterrupt) as e:
|
||||
logger.log_info(f"Shutting down server.\n Reason: {e}")
|
||||
httpd.server_close()
|
||||
|
||||
httpd.server_close()
|
||||
Reference in New Issue
Block a user