Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ global topic
|
|
17 |
|
18 |
def login_and_work(username_text, password_text, topic_text):
|
19 |
options = webdriver.ChromeOptions()
|
20 |
-
|
21 |
options.add_argument('--no-sandbox')
|
22 |
options.add_argument('--disable-dev-shm-usage')
|
23 |
#options.use_chromium = True
|
|
|
17 |
|
18 |
def login_and_work(username_text, password_text, topic_text):
|
19 |
options = webdriver.ChromeOptions()
|
20 |
+
options.add_argument('--headless')
|
21 |
options.add_argument('--no-sandbox')
|
22 |
options.add_argument('--disable-dev-shm-usage')
|
23 |
#options.use_chromium = True
|