Omnibus commited on
Commit
d53d169
1 Parent(s): 254e971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def run_script(chat: list, height: int, width: int, check_b,check_h,wait_time):
132
  #head_shot = main_head.screenshot(f'head-{uid}-tmp.png')
133
  obj = driver.find_element(By.CLASS_NAME, "main")
134
  #messages = driver.find_elements(By.CLASS_NAME, "panel")
135
- messages = driver.find_elements(By.CLASS_NAME, "message")
136
  for i,ea in enumerate(check_b):
137
  try:
138
  ea = int(ea)
 
132
  #head_shot = main_head.screenshot(f'head-{uid}-tmp.png')
133
  obj = driver.find_element(By.CLASS_NAME, "main")
134
  #messages = driver.find_elements(By.CLASS_NAME, "panel")
135
+ messages = driver.find_elements(By.CLASS_NAME, "message-row")
136
  for i,ea in enumerate(check_b):
137
  try:
138
  ea = int(ea)