fixed ui stuff and styled a bit more, with search function

This commit is contained in:
2025-09-23 21:15:13 +02:00
parent 9d0bbf0f88
commit 5e5ab6c6cc
3 changed files with 53 additions and 6 deletions

View File

@@ -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()