Selaa lähdekoodia

change: vpu_grid.csv to home

micha 2 vuotta sitten
vanhempi
commit
25b436e244
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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")