MCPcopy 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
350def read_config(config_path):
351 with open(config_path, encoding="utf-8") as f:
352 return json.load(f)
353
354
355def token_verification(slack_channel: str = ""):

Callers 1

start_jobFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected