Update comments.py

pull/429/head
Chris Hutchison 6 years ago committed by GitHub
parent 6b5fc6bad0
commit 4667d6e018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save