From cb620811d3bc297b179d7c264d65767e41da2edd Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 28 Oct 2024 09:10:10 +0100 Subject: [PATCH] update --- GUI_16_10_staticWorkflow_Multithreading.py | 3 ++- test_ui.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GUI_16_10_staticWorkflow_Multithreading.py b/GUI_16_10_staticWorkflow_Multithreading.py index 699ba65..b08c694 100644 --- a/GUI_16_10_staticWorkflow_Multithreading.py +++ b/GUI_16_10_staticWorkflow_Multithreading.py @@ -27,11 +27,12 @@ import threading db_config = { 'user': 'dbUser', 'password': 'dbPassword', - 'host': 'localhost', + 'host': '127.0.0.1', # 'host': 'localhost', 'database': 'projectGeislinger', 'port': 3306 # Standard port for MariaDB } + # Establishing the connection conn = mariadb.connect(**db_config) # Create a cursor to execute queries diff --git a/test_ui.py b/test_ui.py index 59dcc01..7866ec7 100644 --- a/test_ui.py +++ b/test_ui.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file '/home/bjoern/git/GeislingerProject/test.ui' # -# Created by: PyQt5 UI code generator 5.15.10 +# Created by: PyQt5 UI code generator 5.15.11 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing.