Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: token balance #74

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

feature: token balance #74

wants to merge 7 commits into from

Conversation

stowmyy
Copy link

@stowmyy stowmyy commented May 15, 2023

notes

  • allows for a token balance message to pop up when you start the app
  • does not force battle.net authentication

image

@@ -31,6 +31,7 @@ def get_default_config() -> dict:
'profiles': ['default'],
'enable_owl': True,
'enable_owc': False,
'token_balance': False,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'token_balance': False,
'token_balance': True,
  • to test what i did

@stowmyy
Copy link
Author

stowmyy commented May 16, 2023

there was an issue with not getting a new authorization token. when the token expires, it's handled now.

@stowmyy stowmyy changed the title violent: token-balance feature: token balance May 16, 2023
Copy link
Author

@stowmyy stowmyy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

work here is done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant