Add country dropdown

This commit is contained in:
Micah Lee 2021-12-06 20:01:28 -08:00
parent a7c54a64e7
commit 01d44fd10f
4 changed files with 48 additions and 10 deletions

View file

@ -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