Fix env var passing (#120)

This commit is contained in:
cybermaggedon 2024-10-15 20:02:21 +01:00 committed by GitHub
parent 25983d1557
commit 04617a81f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 1 deletions

View file

@ -180,6 +180,7 @@ class Processor(ConsumerProducer):
parser.add_argument(
'-k', '--api-key',
default=default_api_key,
help=f'Claude API key'
)