Re-enabling pyvirtualdisplay.
This commit is contained in:
parent
22018d2562
commit
b45ef5c65e
@ -25,8 +25,8 @@ import json
|
|||||||
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO)
|
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO)
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
taler_baseurl = os.environ.get('TALER_BASEURL', 'https://test.taler.net/')
|
taler_baseurl = os.environ.get('TALER_BASEURL', 'https://test.taler.net/')
|
||||||
#display = Display(visible=0, size=(1024, 768))
|
display = Display(visible=0, size=(1024, 768))
|
||||||
#display.start()
|
display.start()
|
||||||
|
|
||||||
def client_setup(args):
|
def client_setup(args):
|
||||||
"""Return a dict containing the driver and the extension's id"""
|
"""Return a dict containing the driver and the extension's id"""
|
||||||
|
Loading…
Reference in New Issue
Block a user