From cf7d05cc7b09b4c2e27be3f613043d2b077fe49e Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 29 Jan 2025 00:15:04 -0600 Subject: [PATCH] Do a more direct sync --- cpp/web_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/web_server.cpp b/cpp/web_server.cpp index f5e9b47..cbea575 100644 --- a/cpp/web_server.cpp +++ b/cpp/web_server.cpp @@ -237,7 +237,7 @@ bool WebServer::start_server(quint16 port) { pkgconf ); - lubuntuci->cilogic.sync(pkgconf); + pkgconf->sync(); } });