fix: repair broken string literal on line 200 (syntax error)
This commit is contained in:
+1
-2
@@ -197,8 +197,7 @@ def main():
|
||||
mqtt_connect()
|
||||
lights_off()
|
||||
|
||||
print("[BOOT] Система готова. Жду машину...
|
||||
")
|
||||
print("[BOOT] Sistema gotova. Zhdu mashinu...")
|
||||
|
||||
subprocess.run(['stty', '-F', SERIAL_PORT, 'raw', str(SERIAL_BAUD),
|
||||
'cs8', '-cstopb', '-parenb'], check=False)
|
||||
|
||||
Reference in New Issue
Block a user