bump version.

This commit is contained in:
piair 2024-02-27 15:14:14 +01:00
parent 2ae80e9c53
commit af938eb50a
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class Config:
setup proxy
"""
proxy_conf = config[args.config]["proxy"]
if proxy_conf != -1:
if proxy_conf != "-1":
proxy_address = proxy[config[args.config]["proxy"]]["address"]
proxy_port = proxy[config[args.config]["proxy"]]["port"]
else:

View File

@ -1 +1 @@
v6.8.3
v6.8.4