From: Bdale Garbee Date: Mon, 21 Apr 2025 08:41:18 +0000 (+0000) Subject: need sys X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3c8150380fa42eda25190e601e8af26f03a185a5;p=fw%2Fquantimotor need sys --- diff --git a/application/app.py b/application/app.py index 1ae093d..26226a2 100755 --- a/application/app.py +++ b/application/app.py @@ -9,6 +9,7 @@ import cherrypy from cherrypy.lib.static import serve_file import gpiod from gpiod.line import Direction, Value +import sys def set_line_values(chip_path, line_values): value_str = {Value.ACTIVE: "Active", Value.INACTIVE: "Inactive"}