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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index a5ad8e1..629f714 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -62,7 +62,7 @@ _TOOLBAR_BROWSE = 1
_logger = logging.getLogger('web-activity')
class WebActivity(activity.Activity):
- def __init__(self, handle, browser=None):
+ def __init__(self, handle):
activity.Activity.__init__(self, handle)
_logger.debug('Starting the web activity')