Sfoglia il codice sorgente

change: vpu_grid.csv to home

micha 2 anni fa
parent
commit
25b436e244
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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")