mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Remove duplicate topic
This commit is contained in:
@@ -157,7 +157,7 @@ class OpTimerHandler(BaseHandler):
|
|||||||
|
|
||||||
fid = re.search('topic=[\d]+', node.getAttribute('eventText'))
|
fid = re.search('topic=[\d]+', node.getAttribute('eventText'))
|
||||||
if fid:
|
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:
|
else:
|
||||||
forumlink = ''
|
forumlink = ''
|
||||||
#In case people forget to set a duration, we'll give a default of 1 hour
|
#In case people forget to set a duration, we'll give a default of 1 hour
|
||||||
|
|||||||
Reference in New Issue
Block a user