From 06144a1fc4ea15f107ecbe21bca9382d1e8193c6 Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Sat, 30 Mar 2019 23:33:52 +0300 Subject: [PATCH] Wording in a comment --- freqtrade/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/worker.py b/freqtrade/worker.py index f32e6ff49..e5ca36035 100755 --- a/freqtrade/worker.py +++ b/freqtrade/worker.py @@ -159,7 +159,7 @@ class Worker(object): def _reconfigure(self): """ Cleans up current freqtradebot instance, reloads the configuration and - returns the new instance + replaces it with the new instance """ # Tell systemd that we initiated reconfiguration if self._sd_notify: