Browse Source

Fixed --quick tripping on emit and anon

david 5 years ago
parent
commit
6c65d37bca
1 changed files with 4 additions and 1 deletions
  1. 4 1
      dataLoad.py

+ 4 - 1
dataLoad.py

@@ -359,7 +359,7 @@ def quicktrain(difficult):
   "71_24_5667": "info",
   "71_24_5748": "user",
   "72_24_5559": "join",
-  "72_24_5699": "anon",
+  "72_24_5699": "",
   "72_24_5753": "data",
   "73_24_5678": "stat",
   "74_24_5861": "send",
@@ -395,6 +395,9 @@ def quicktrain(difficult):
         k = "{0}_{1}_{2}".format(*size, os.path.getsize(fname))
         if k in quick:
             correct = quick[k]
+            if(correct == ''):
+                imager.output_image(im)
+                correct = input("Word: ")
         else:
             imager.output_image(im)            
             print("well, shit.")