This commit is contained in:
parent
24849a9418
commit
741a136b12
|
@ -130,7 +130,7 @@ sql_database = config["SQL"]["database"]
|
||||||
|
|
||||||
# Other seetings
|
# Other seetings
|
||||||
IPV6_CHECKED = config["OTHER"]["ipv6"]
|
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")
|
g = open(MotPath, "r", encoding="utf-8")
|
||||||
|
|
Loading…
Reference in New Issue