mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +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
|
import os.path
|
||||||
|
|
||||||
def get_resource(filename):
|
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
Add a link
Reference in a new issue