Changed comment

This commit is contained in:
Spat 2021-11-29 10:30:41 +11:00
parent fb6ae174b9
commit 0fa5bf54cd

View File

@ -101,7 +101,7 @@ class Webhook(RPCHandler):
else:
raise NotImplementedError('Unknown format: {}'.format(self._format))
"""throw a RequestException if the post was not successful"""
# Throw a RequestException if the post was not successful
response.raise_for_status()
success = True