mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Proxy type is now an integer instead of a string
This commit is contained in:
parent
06dc26e962
commit
b03198a39f
@ -24,7 +24,7 @@ mention_all = boolean(default=False)
|
||||
no_streaming = boolean(default=False)
|
||||
|
||||
[proxy]
|
||||
type = string(default="Direct connection")
|
||||
type = integer(default=0)
|
||||
server = string(default="")
|
||||
port = integer(default=8080)
|
||||
user = string(default="")
|
||||
|
Loading…
Reference in New Issue
Block a user