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

bugfix: changing labelnames value to an actual iterable #228

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

iameru
Copy link
Collaborator

@iameru iameru commented Dec 1, 2023

When missusing the menu, staying there for more than 7 minutes, we stop the call to the User. Though this probably never happened yet, elks_metrics would have prevented the final audio from getting played to the User before we would have hung up as it would have thrown an exception.
fixed this.

plus some codestyle changes while being at it.
@iameru iameru added the type:bug Something isn't working label Dec 1, 2023
@iameru iameru self-assigned this Dec 1, 2023
labelnames=("provider")
labelnames=("provider",),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is the important part of this bugfix, switching the value of labelnames to an iterable, as it is expected.

@iameru iameru merged commit 7748f13 into main Dec 1, 2023
5 checks passed
@iameru iameru deleted the bugfix-metrics-menu-limit branch December 1, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant