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