From db81fe9cb4cce7e2574e9e64244cdcbcb6aaf7f9 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 31 Aug 2010 22:44:46 +0100 Subject: [PATCH] Remove duplicate topic --- api/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/handlers.py b/api/handlers.py index c5b8655..1d5a411 100755 --- a/api/handlers.py +++ b/api/handlers.py @@ -157,7 +157,7 @@ class OpTimerHandler(BaseHandler): fid = re.search('topic=[\d]+', node.getAttribute('eventText')) if fid: - forumlink = 'http://forum.pleaseignore.com/index.php?topic=%s' % fid.group(0) + forumlink = 'http://forum.pleaseignore.com/index.php?%s' % fid.group(0) else: forumlink = '' #In case people forget to set a duration, we'll give a default of 1 hour