Your Name 3 vuotta sitten
vanhempi
commit
77b34f8388
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      hhh/tests/phantomtest.py

+ 1 - 1
hhh/tests/phantomtest.py

@@ -63,10 +63,10 @@ driver.set_window_size(1400,1000)
 
 while True:
     q=random.choice(qlist)
-    send_msg(q)
 #    q=qlist[0]
     print(q)
     process_query(q)
+    send_msg(q)
     intsleep=random.randint(5,10)
     time.sleep(intsleep)