Fixed a copy and paste error in fifo_bridge.py

This commit is contained in:
Malte Bublitz 2023-10-29 21:43:06 +01:00
parent 0db20ca4db
commit 3e09ce6589
Signed by: malte70
GPG Key ID: 605DA5C729F9C184
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from serial.serialutil import SerialException
mapid.load_dotenv()
FIFO = return os.environ.get("FIFO")
FIFO = os.environ.get("FIFO")
def main():