mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-29 14:19:30 -04:00
Fix file interpolation
This commit is contained in:
parent
b7a2473c26
commit
c886a449ad
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ class SendBaseModeWeb:
|
|||
or self.common.platform == "BSD"
|
||||
):
|
||||
if self.web.settings.get("share", "log_filenames"):
|
||||
filename_str = "f{path} - "
|
||||
filename_str = f"{path} - "
|
||||
else:
|
||||
filename_str = ""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue