mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #8660] [MERGED] Remove unnecessary decode statement from release_lock method #45315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8660
Author: @jk-f5
Created: 1/17/2025
Status: ✅ Merged
Merged: 1/17/2025
Merged by: @tjbck
Base:
dev← Head:fix/decode📝 Commits (1)
c5b67eafix: Remove unnecessary decode statement📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/open_webui/socket/utils.py(+1 -1)📄 Description
Changelog Entry
Description
decode_responses=Truethis isn't required.decodeis also not a supported string method in python3.Fixes:
See #7964 for more details
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.