added argsparse module

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-05-16 21:10:53 +02:00
parent efe28e1793
commit 039ea170da
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ try:
import RPi.GPIO as GPIO
from flask import Flask
import json
from argparse import ArgumentParser
except ImportError:
print('Some modules are missing. Try to install them with "pip3 install -r requirements.txt"')
exit()