From 9caee0864b72ead46b6e98abc13dde91fca9a592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 11 Jul 2022 00:32:06 +0200 Subject: [PATCH] added debug for import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index db2e3c5..cd44ab0 100644 --- a/main.py +++ b/main.py @@ -10,6 +10,7 @@ try: import RPi.GPIO as GPIO except ImportError: print('Some modules are missing. Try to install them with "pip3 install -r requirements.txt"') + print(ImportError) exit() sys.path.append('./SDL_Adafruit_ADS1x15')