fehlerbehebung
This commit is contained in:
parent
3ce4c42bc0
commit
2167e55012
|
@ -32,7 +32,7 @@ def insert_data(temp, sensor_id, config):
|
||||||
cnx.commit()
|
cnx.commit()
|
||||||
cursor.close()
|
cursor.close()
|
||||||
cnx.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:
|
except mysql.connector.Error as err:
|
||||||
if err.errno == errorcode.ER_ACCESS_DENIED_ERROR:
|
if err.errno == errorcode.ER_ACCESS_DENIED_ERROR:
|
||||||
print("Etwas ist mit deinem Benutzernamen oder Passwort falsch.")
|
print("Etwas ist mit deinem Benutzernamen oder Passwort falsch.")
|
||||||
|
|
Loading…
Reference in a new issue