Kaynağa Gözat

Working image display routine. (globals! yuck!)

bugz 5 yıl önce
ebeveyn
işleme
2c1e7f726e
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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'