Skip to content

Commit

Permalink
Merge pull request #69 from hraftery/master
Browse files Browse the repository at this point in the history
Update keyring username for Slack.
  • Loading branch information
n8henrie authored Sep 5, 2024
2 parents ab4937f + ce2e74b commit b48c134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pycookiecheat/chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_macos_config(browser: BrowserType) -> dict:

keyring_username = browser_name
if browser is BrowserType.SLACK:
keyring_username = "Slack Key"
keyring_username = "Slack App Store Key"

key_material = keyring.get_password(keyring_service_name, keyring_username)
if key_material is None:
Expand Down

0 comments on commit b48c134

Please sign in to comment.