mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
aa
This commit is contained in:
parent
200d7843c5
commit
19eb0e83e1
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ import asyncio
|
||||||
import json # Added for JSON handling
|
import json # Added for JSON handling
|
||||||
|
|
||||||
import structlog
|
import structlog
|
||||||
http_client = None
|
|
||||||
from nvchecker.api import (
|
from nvchecker.api import (
|
||||||
VersionResult, Entry, AsyncCache, KeyManager,
|
VersionResult, Entry, AsyncCache, KeyManager,
|
||||||
HTTPError, session, RichResult, GetVersionError,
|
HTTPError, session, RichResult, GetVersionError,
|
||||||
|
@ -15,7 +14,7 @@ from nvchecker.api import (
|
||||||
logger = structlog.get_logger(logger_name=__name__)
|
logger = structlog.get_logger(logger_name=__name__)
|
||||||
ALLOW_REQUEST = None
|
ALLOW_REQUEST = None
|
||||||
RATE_LIMITED_ERROR = False
|
RATE_LIMITED_ERROR = False
|
||||||
http_client = None
|
_http_client = None
|
||||||
|
|
||||||
GITHUB_GRAPHQL_URL = 'https://api.%s/graphql'
|
GITHUB_GRAPHQL_URL = 'https://api.%s/graphql'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue