Browse Source

Working image display routine. (globals! yuck!)

bugz 5 năm trước cách đây
mục cha
commit
2c1e7f726e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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'