Remove duplicate topic

This commit is contained in:
2010-08-31 22:44:46 +01:00
parent e78a3a80ca
commit db81fe9cb4

View File

@@ -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