mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
first fix for follower path bug
This commit is contained in:
parent
520ee3f7a1
commit
ab587747fb
|
@ -151,7 +151,7 @@ class FreqaiDataDrawer:
|
|||
for pair in whitelist_pairs:
|
||||
self.follower_dict[pair] = {}
|
||||
|
||||
with open(self.follow_path, "w") as fp:
|
||||
with open(self.follow_path_dict, "w") as fp:
|
||||
json.dump(self.follower_dict, fp, default=self.np_encoder)
|
||||
|
||||
def np_encoder(self, object):
|
||||
|
|
Loading…
Reference in New Issue
Block a user