Explorar el Código

change: vpu_grid.csv to home

micha hace 2 años
padre
commit
25b436e244
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      vpu/vpu_live.py

+ 1 - 0
vpu/vpu_live.py

@@ -303,6 +303,7 @@ def rDMX(univ,dmx):
     return univ*512+dmx
 
 grid_file = "/tmp/vpu_grid.csv"
+grid_file = "/home/user/LibreLight/vpu_grid.csv"
 
 def init_grid():
     log = open(grid_file,"w")