Fixed messages and readability

This commit is contained in:
Yazeed Al Oyoun
2020-02-11 15:58:40 +01:00
parent 867b736b84
commit fc29564974
5 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ def get_webhook_dict() -> dict:
"value3": "{stake_amount:8f} {stake_currency}"
},
"webhookbuycancel": {
"value1": "Cancelling Buy {pair}",
"value1": "Cancelling Open Buy Order for {pair}",
"value2": "limit {limit:8f}",
"value3": "{stake_amount:8f} {stake_currency}"
},
@@ -31,7 +31,7 @@ def get_webhook_dict() -> dict:
"value3": "profit: {profit_amount:8f} {stake_currency}"
},
"webhooksellcancel": {
"value1": "Cancelling Sell {pair}",
"value1": "Cancelling Open Sell Order for {pair}",
"value2": "limit {limit:8f}",
"value3": "profit: {profit_amount:8f} {stake_currency}"
},