This commit is contained in:
piair 2022-11-11 11:29:32 +01:00
parent 24849a9418
commit 741a136b12
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ sql_database = config["SQL"]["database"]
# Other seetings
IPV6_CHECKED = config["OTHER"]["ipv6"]
CLAIM_AMAZON = config["OTHER"]["claim_amazon"]
CLAIM_AMAZON = config["OTHER"]["claim_amazon"] == "True"
g = open(MotPath, "r", encoding="utf-8")