From 498262c867000d4d78a3726821c867921daf5523 Mon Sep 17 00:00:00 2001 From: involution Date: Tue, 19 Nov 2024 05:15:16 -0500 Subject: [PATCH] ii --- 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 588cee8..8bbed31 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 +from urllib.parse import urlencode, parse_qs from typing import List, Tuple, Union, Optional import asyncio