Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index c0798af..13597c6 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -42,6 +42,9 @@ class WebActivity(activity.Activity):
def __init__(self, handle, browser=None):
activity.Activity.__init__(self, handle)
+ import time
+ time.sleep(100)
+
logging.debug('Starting the web activity')
if browser: