Update comments.py
This commit is contained in:
parent
ce1a1edd3b
commit
cc485a3b54
@ -261,6 +261,9 @@ 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)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user