From d2408d8fd38e678df66045e83c8240728f3de881 Mon Sep 17 00:00:00 2001 From: involution Date: Tue, 19 Nov 2024 05:16:19 -0500 Subject: [PATCH] iii --- nvchecker_source/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvchecker_source/github.py b/nvchecker_source/github.py index 8bbed31..bb8fc5a 100644 --- a/nvchecker_source/github.py +++ b/nvchecker_source/github.py @@ -2,7 +2,7 @@ # Copyright (c) 2013-2020, 2024 lilydjwg , et al. import time -from urllib.parse import urlencode, parse_qs +from urllib.parse import urlencode, parse_qs, urlparse from typing import List, Tuple, Union, Optional import asyncio