mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Add country dropdown
This commit is contained in:
parent
a7c54a64e7
commit
01d44fd10f
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