|
@@ -176,6 +176,8 @@ for r in result:
|
|
|
qlist.append(fullname)
|
|
|
qlist.append(fullname+"設計師")
|
|
|
qlist.append(abvname+"設計師")
|
|
|
+ qlist.append(abvname+"費用")
|
|
|
+ qlist.append(abvname+"評價")
|
|
|
qlist.append("幸福空間"+abvname)
|
|
|
for d in ds:
|
|
|
# qlist.append(d+"設計師")
|
|
@@ -240,10 +242,10 @@ driver.set_window_size(1400,1000)
|
|
|
|
|
|
while True:
|
|
|
q=random.choice(qlist)
|
|
|
- prob=random.randint(0,3)
|
|
|
+ prob=random.randint(0,4)
|
|
|
# prob=random.randint(0,2)
|
|
|
|
|
|
- if prob !=0:
|
|
|
+ if prob <=1:
|
|
|
# q=qlist[0]
|
|
|
print(q)
|
|
|
process_query(q)
|
|
@@ -251,8 +253,8 @@ while True:
|
|
|
else:
|
|
|
empty_query(q)
|
|
|
# intsleep=random.randint(20,40)
|
|
|
-# intsleep=random.randint(10,20)
|
|
|
- intsleep=random.randint(5,12)
|
|
|
+ intsleep=random.randint(7,20)
|
|
|
+# intsleep=random.randint(5,12)
|
|
|
# intsleep=random.randint(3,6)
|
|
|
|
|
|
time.sleep(intsleep)
|