Преглед изворни кода

Merge branch 'master' of ssh://bbs.red-green.com:8022/david/s0urceBOT Zoo!

david пре 5 година
родитељ
комит
e62d6802cb
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      dataLoad.py

+ 4 - 3
dataLoad.py

@@ -53,9 +53,7 @@ def download(howhard, index):
     """
     Download an image based upon how hard it is.
 
-    Note:  This sucks, because it overwrites images.  
-    Why not save the images and how hard?
-    Quit running your script on floppy disks!
+    You print out the return value.  Are you returning anything useful??
     """
     r = sess.get(f'http://s0urce.io/client/img/word/{howhard}/{index}')
     if(r.status_code == 200):
@@ -133,9 +131,12 @@ def save_image():
     return result
 
 def run(difficult):
+    global size, pix, im
+    
     for x in range(0, 70):
         fname = f'in/{difficult}_{x}.png'
 
+# if os.path.exists() ...   :(
         try:
             with open(fname, 'r') as f:
                 f = f