Add ws_token to auto-generated config

This commit is contained in:
Matthias
2022-09-09 07:13:05 +02:00
parent 46cd0ce994
commit e256ebd727
4 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
from enum import Enum
# We need to inherit from str so we can use as a str
class RPCMessageType(str, Enum):
STATUS = 'status'
WARNING = 'warning'