Emit a simple "new candle" message to allow UI's to refresh charts

This commit is contained in:
Matthias
2022-10-26 20:22:58 +02:00
parent b0f430b5ac
commit 5e533b550f
4 changed files with 17 additions and 9 deletions

View File

@@ -68,6 +68,7 @@ class Webhook(RPCHandler):
RPCMessageType.PROTECTION_TRIGGER_GLOBAL,
RPCMessageType.WHITELIST,
RPCMessageType.ANALYZED_DF,
RPCMessageType.NEW_CANDLE,
RPCMessageType.STRATEGY_MSG):
# Don't fail for non-implemented types
return None