From 9ca18236ab5c0f53e7b1737340425a0d208496e6 Mon Sep 17 00:00:00 2001 From: Olli Graf Date: Mon, 21 Aug 2023 15:28:09 +0200 Subject: [PATCH] =?UTF-8?q?unn=C3=B6tige=20Variable=20raus.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wdisp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wdisp.py b/wdisp.py index 7e0c46e..5ed9e96 100755 --- a/wdisp.py +++ b/wdisp.py @@ -14,7 +14,6 @@ import mysql.connector port = 1 adresse_bme280 = 0x76 -adresse_lcd1602 = 0x25 logging.basicConfig( format='%(asctime)s [%(levelname)s] %(funcName)s: %(message)s', level=logging.DEBUG)