From 0fa5bf54cd92c08a14e7ad2a194f7faa3f30f0ec Mon Sep 17 00:00:00 2001 From: Spat Date: Mon, 29 Nov 2021 10:30:41 +1100 Subject: [PATCH] Changed comment --- freqtrade/rpc/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/rpc/webhook.py b/freqtrade/rpc/webhook.py index 99077948e..f76d50b0e 100644 --- a/freqtrade/rpc/webhook.py +++ b/freqtrade/rpc/webhook.py @@ -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