From 79214329c94b88f83f5302a6612283c4ef99ce41 Mon Sep 17 00:00:00 2001 From: involution Date: Tue, 19 Nov 2024 06:22:53 -0500 Subject: [PATCH] ss --- nvchecker_source/github.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nvchecker_source/github.py b/nvchecker_source/github.py index 37fcf73..780287c 100644 --- a/nvchecker_source/github.py +++ b/nvchecker_source/github.py @@ -2,6 +2,7 @@ # Copyright (c) 2013-2020, 2024 lilydjwg , et al. # import time +import os from urllib.parse import urlencode, parse_qs, urlparse from typing import List, Tuple, Union, Optional import asyncio