1
This commit is contained in:
parent
a57249f3c4
commit
25f9d4d953
@ -1,9 +1,8 @@
|
||||
import os
|
||||
import pychrome
|
||||
|
||||
os.putenv('DEBUG', '1')
|
||||
os.environ['DEBUG'] = '1'
|
||||
|
||||
print(os.getenv('DEBUG'))
|
||||
browser = pychrome.Browser(url="http://192.168.100.137:9223")
|
||||
tab = browser.new_tab()
|
||||
tab.start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user