From b45ef5c65eda1b2e608fc702118b0ceff84f3054 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 20 Feb 2017 15:22:19 +0100 Subject: Re-enabling pyvirtualdisplay. --- selenium/withdraw_buy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'selenium') diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py index 8d3575e44..2f0775f0c 100644 --- a/selenium/withdraw_buy.py +++ b/selenium/withdraw_buy.py @@ -25,8 +25,8 @@ import json logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO) logger = logging.getLogger(__name__) taler_baseurl = os.environ.get('TALER_BASEURL', 'https://test.taler.net/') -#display = Display(visible=0, size=(1024, 768)) -#display.start() +display = Display(visible=0, size=(1024, 768)) +display.start() def client_setup(args): """Return a dict containing the driver and the extension's id""" -- cgit v1.2.3