hardware issue ?

This commit is contained in:
piair 2022-03-28 18:31:55 +02:00
parent a4fc2aafa1
commit f6254b09ba
1 changed files with 5 additions and 5 deletions

10
V4.py
View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python3.10
import asyncio
import configparser
import os
@ -86,10 +86,10 @@ def FirefoxMobile(Headless = Headless):
def FirefoxPC(Headless = Headless):
#PC_USER_AGENT = ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) '
# 'AppleWebKit/537.36 (KHTML, like Gecko) '
# 'Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134')
#options.set_preference("general.useragent.override", PC_USER_AGENT)
PC_USER_AGENT = ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) '
'AppleWebKit/537.36 (KHTML, like Gecko) '
'Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134')
options.set_preference("general.useragent.override", PC_USER_AGENT)
options = Options()
options.set_preference("browser.link.open_newwindow", 3)