Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ read_config
Function
read_config
scripts/gh_scripts/issue_comment_bot.py:350–352 ·
view source on GitHub ↗
(config_path)
Source
from the content-addressed store, hash-verified
348
349
350
def
read_config(config_path):
351
with
open(config_path, encoding=
"utf-8"
)
as
f:
352
return
json.load(f)
353
354
355
def
token_verification(slack_channel: str =
""
):
Callers
1
start_job
Function · 0.85
Calls
1
load
Method · 0.45
Tested by
no test coverage detected