add pexels.proxies

This commit is contained in:
harry
2024-03-16 09:29:31 +08:00
parent d8b3a1af49
commit 753ec011d8
3 changed files with 17 additions and 5 deletions

View File

@@ -12,6 +12,8 @@ with open(config_file, mode="rb") as fp:
app = _cfg.get("app", {})
whisper = _cfg.get("whisper", {})
pexels = _cfg.get("pexels", {})
hostname = socket.gethostname()
log_level = _cfg.get("log_level", "DEBUG")