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

Fix api_key conversion in DebugWindow #6613

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

kozlovsky
Copy link
Contributor

Previously GUI process stores api_key value mostly as bytes (and sometimes as str, which caused problems), and now it after #6608 and #6611, it is always stored as str. When displaying api_key in DebugWindow, the conversion from bytes to str is not needed anymore, as api_key is already str.

@kozlovsky kozlovsky requested review from a team, xoriole and ichorid and removed request for a team December 2, 2021 13:09
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 2, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kozlovsky
Copy link
Contributor Author

retest this please

@kozlovsky kozlovsky merged commit f5615d1 into Tribler:main Dec 2, 2021
@kozlovsky kozlovsky deleted the fix/api_key_debug_window branch December 2, 2021 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants