Explorar el Código

Working image display routine. (globals! yuck!)

bugz hace 5 años
padre
commit
2c1e7f726e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      dataLoad.py

+ 2 - 0
dataLoad.py

@@ -131,6 +131,8 @@ def save_image():
     return result
 
 def run(difficult):
+    global size, pix, im
+    
     for x in range(0, 70):
         fname = f'in/{difficult}_{x}.png'