Skip to content
Snippets Groups Projects
Commit bf0751ec authored by David Trattnig's avatar David Trattnig
Browse files

Fix.

parent 7e6c1c8c
No related branches found
No related tags found
No related merge requests found
...@@ -74,11 +74,11 @@ class ChannelType(Enum): ...@@ -74,11 +74,11 @@ class ChannelType(Enum):
} }
HTTP = { HTTP = {
"id": "http", "id": "http",
"channels": [Channel.HTTP_A, Channel.HTTP_A] "channels": [Channel.HTTP_A, Channel.HTTP_B]
} }
HTTPS = { HTTPS = {
"id": "https", "id": "https",
"channels": [Channel.HTTPS_A, Channel.HTTPS_A] "channels": [Channel.HTTPS_A, Channel.HTTPS_B]
} }
LIVE = { LIVE = {
"id": "live", "id": "live",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment