taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit b45ef5c65eda1b2e608fc702118b0ceff84f3054
parent 22018d256218edcacf896ee3e884a5b78e834181
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 20 Feb 2017 15:22:19 +0100

Re-enabling pyvirtualdisplay.

Diffstat:
Mselenium/withdraw_buy.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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"""