From ffb8c56fd9ad11de3ef302af03f3640d75381bc0 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Sun, 21 Aug 2022 16:11:58 +0300 Subject: [PATCH] Update u/a string --- fetch_instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_instances.py b/fetch_instances.py index 1433398..db90170 100644 --- a/fetch_instances.py +++ b/fetch_instances.py @@ -7,7 +7,7 @@ import json domain = sys.argv[1] headers = { - "user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" + "user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0" } -- 2.39.5