Use an https method of getting the IP address

This commit is contained in:
Gabe 2022-03-02 21:37:13 -06:00 committed by GitHub
parent b87758bd75
commit 3ecbcd014e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ ctx.verify_mode = CERT_NONE
__version__ = "2.1 SNAPSHOT"
__dir__ = Path(__file__).parent
__ip__ = get('http://ip.42.pl/raw').text
__ip__ = get('https://api.my-ip.io/ip').text
def exit(*message):