[U] Update analysis

This commit is contained in:
Azalea Gui
2023-04-03 09:55:20 -04:00
parent 5d54afe8fe
commit 7ab26c003b
3 changed files with 118 additions and 72 deletions
Binary file not shown.
+117 -71
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@ def write_entry(data):
def setup_proxy(session: requests.Session, verbose: bool = True):
url = 'https://ifconfig.me/ip'
url = 'https://ip.me'
# Setup proxy
ip = session.get(url).text.strip()