Skip to content

Commit 85fbb0a

Browse files
eemilcimnine
andcommitted
fix typo
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
1 parent 6bada66 commit 85fbb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def read_secret(secret_name, default=''):
6262
'webhooks': { # legacy setting, can be removed after Netbox seizes support for it
6363
'HOST': os.environ.get('REDIS_HOST', 'localhost'),
6464
'PORT': int(os.environ.get('REDIS_PORT', 6379)),
65-
'PASSWORD': read_secret('redis_password', os.environ.get('REDIS_PASSWORD', '')),
65+
'PASSWORD': read_secret('redis_password', os.environ.get('REDIS_PASSWORD', '')),
6666
'DATABASE': int(os.environ.get('REDIS_DATABASE', 0)),
6767
'DEFAULT_TIMEOUT': int(os.environ.get('REDIS_TIMEOUT', 300)),
6868
'SSL': os.environ.get('REDIS_SSL', 'False').lower() == 'true',

0 commit comments

Comments
 (0)