Skip to content

Commit

Permalink
bugfix: Windows 传输文件时文件源服务器账号错误 (closed #1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
CohleRustW authored and ZhuoZhuoCrayon committed Jun 20, 2023
1 parent 9ce627a commit 76558e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/files/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _handle_file_source_list(
"""

account = {
"alias": extra_transfer_file_params.get("account_alias"),
"alias": settings.BACKEND_UNIX_ACCOUNT,
"id": extra_transfer_file_params.get("account_id"),
}

Expand Down

0 comments on commit 76558e4

Please sign in to comment.