mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Fix get_resource
This commit is contained in:
parent
4a6ecde07b
commit
fa77f8403a
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ import pkg_resources
|
|||
import os.path
|
||||
|
||||
def get_resource(filename):
|
||||
return pkg_resources.resource_filename("blocklist", os.path.join("data", filename))
|
||||
return pkg_resources.resource_filename("example", os.path.join("data", filename))
|
||||
|
|
Loading…
Add table
Reference in a new issue