Omnibus commited on
Commit
eedd442
·
verified ·
1 Parent(s): 73e2ca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def run_script(url: str, height: int, width: int):
28
  #html=driver.page_source
29
  driver.implicitly_wait(30)
30
  driver.set_window_size(int(width), int(height))
31
- driver.find_element(By.
32
  obj = driver.find_element(By.CLASS_NAME, "main")
33
  driver.execute_script("arguments[0].theme = 'gab-black';",obj))
34
  #obj = driver.find_element(By.ID, "app-container")
 
28
  #html=driver.page_source
29
  driver.implicitly_wait(30)
30
  driver.set_window_size(int(width), int(height))
31
+ #driver.find_element(By.
32
  obj = driver.find_element(By.CLASS_NAME, "main")
33
  driver.execute_script("arguments[0].theme = 'gab-black';",obj))
34
  #obj = driver.find_element(By.ID, "app-container")