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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -131,7 +131,8 @@ def run_script(chat: list, height: int, width: int, check_b,check_h,wait_time):
131
  #main_head = driver.find_element(By.CLASS_NAME, "main-content-header")
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
  for i,ea in enumerate(check_b):
136
  try:
137
  ea = int(ea)
 
131
  #main_head = driver.find_element(By.CLASS_NAME, "main-content-header")
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)