mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Changed comment
This commit is contained in:
parent
fb6ae174b9
commit
0fa5bf54cd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user