Add country dropdown

This commit is contained in:
Micah Lee 2021-12-06 20:01:28 -08:00
parent 08ed7dab65
commit 09ac74a1be
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
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