fix error channel_type tips

This commit is contained in:
牟勇
2023-03-19 21:30:22 +08:00
parent 5989a45d89
commit 56f3f0ddce

View File

@@ -46,4 +46,4 @@ def create_channel(channel_type):
return HttpChannel()
else:
raise RuntimeError
raise RuntimeError("unknown channel_type in config.json: " + channel_type)