diff --git a/Pi-py-Code/protocoll.py b/Pi-py-Code/protocoll.py index a528631..78076de 100644 --- a/Pi-py-Code/protocoll.py +++ b/Pi-py-Code/protocoll.py @@ -32,7 +32,7 @@ def insert_data(temp, sensor_id, config): cnx.commit() cursor.close() cnx.close() - print(f"Daten erfolgreich eingefügt in: {config["host"]}") + print(f'Daten erfolgreich eingefügt in: {config["host"]}') except mysql.connector.Error as err: if err.errno == errorcode.ER_ACCESS_DENIED_ERROR: print("Etwas ist mit deinem Benutzernamen oder Passwort falsch.")