mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-06 05:49:16 -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"
|
or self.common.platform == "BSD"
|
||||||
):
|
):
|
||||||
if self.web.settings.get("share", "log_filenames"):
|
if self.web.settings.get("share", "log_filenames"):
|
||||||
filename_str = "f{path} - "
|
filename_str = f"{path} - "
|
||||||
else:
|
else:
|
||||||
filename_str = ""
|
filename_str = ""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue