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