mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-30 09:28:06 -04:00
Fix file interpolation
This commit is contained in:
parent
b7a2473c26
commit
c886a449ad
@ -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…
x
Reference in New Issue
Block a user