Proxy type is now an integer instead of a string

This commit is contained in:
Jose Manuel Delicado 2021-01-22 16:55:38 +01:00
parent 06dc26e962
commit b03198a39f

View File

@ -24,7 +24,7 @@ mention_all = boolean(default=False)
no_streaming = boolean(default=False) no_streaming = boolean(default=False)
[proxy] [proxy]
type = string(default="Direct connection") type = integer(default=0)
server = string(default="") server = string(default="")
port = integer(default=8080) port = integer(default=8080)
user = string(default="") user = string(default="")