mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-19 20:14:13 -04:00
Add country dropdown
This commit is contained in:
parent
08ed7dab65
commit
09ac74a1be
4 changed files with 48 additions and 10 deletions
|
@ -312,7 +312,6 @@ class Common:
|
|||
"""
|
||||
Returns the absolute path of a resource
|
||||
"""
|
||||
self.log("Common", "get_resource_path", f"filename={filename}")
|
||||
path = resource_filename("onionshare_cli", os.path.join("resources", filename))
|
||||
self.log("Common", "get_resource_path", f"filename={filename}, path={path}")
|
||||
return path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue