gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: Re-enabling pyv


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: Re-enabling pyvirtualdisplay.
Date: Mon, 20 Feb 2017 15:22:29 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new b45ef5c  Re-enabling pyvirtualdisplay.
b45ef5c is described below

commit b45ef5c65eda1b2e608fc702118b0ceff84f3054
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 20 15:22:19 2017 +0100

    Re-enabling pyvirtualdisplay.
---
 selenium/withdraw_buy.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py
index 8d3575e..2f0775f 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"""

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]