Fixed a copy and paste error in fifo_bridge.py
This commit is contained in:
parent
0db20ca4db
commit
3e09ce6589
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from serial.serialutil import SerialException
|
||||||
|
|
||||||
|
|
||||||
mapid.load_dotenv()
|
mapid.load_dotenv()
|
||||||
FIFO = return os.environ.get("FIFO")
|
FIFO = os.environ.get("FIFO")
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in a new issue