mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
Proxy type is now an integer instead of a string
This commit is contained in:
@@ -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="")
|
||||
|
Reference in New Issue
Block a user