Update comments.py
This commit is contained in:
parent
6b5fc6bad0
commit
4667d6e018
@ -261,8 +261,6 @@ class API(object):
|
||||
else:
|
||||
title = data['title']
|
||||
|
||||
if title is None:
|
||||
title = "New comment"
|
||||
|
||||
thread = self.threads.new(uri, title)
|
||||
self.signal("comments.new:new-thread", thread)
|
||||
|
Loading…
Reference in New Issue
Block a user