mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
rest_client.py
fixed operator
This commit is contained in:
parent
82bf65f696
commit
95c635091e
|
@ -176,7 +176,7 @@ class FtRestClient():
|
||||||
|
|
||||||
def ping(self):
|
def ping(self):
|
||||||
"""simple ping"""
|
"""simple ping"""
|
||||||
if self.show_config()['state']=="running":
|
if self.show_config()['state'] == "running":
|
||||||
return {"status": "pong"}
|
return {"status": "pong"}
|
||||||
else:
|
else:
|
||||||
return {"status": "not_running"}
|
return {"status": "not_running"}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user