We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a445b3 commit 593ce97Copy full SHA for 593ce97
tom_swift/swift_api.py
@@ -42,7 +42,7 @@ def get_credentials(self) -> (str, str):
42
"""
43
try:
44
username = settings.FACILITIES['SWIFT'].get('SWIFT_USERNAME', 'SWIFT_USERNAME not configured')
45
- shared_secret = settings.FACILITIES['SWIFT'].get('SWIFT_PASSWORD', 'SWIFT_PASSWORD not configured')
+ shared_secret = settings.FACILITIES['SWIFT'].get('SWIFT_SHARED_SECRET', 'SWIFT_SHARED_SECRET not configured')
46
47
logger.info(f'swift username: {username}')
48
except KeyError as ex:
0 commit comments