1
0
Your Name 3 лет назад
Родитель
Сommit
77b34f8388
1 измененных файлов с 1 добавлено и 1 удалено
  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)