mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
Fix get_resource
This commit is contained in:
parent
4a6ecde07b
commit
fa77f8403a
@ -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…
x
Reference in New Issue
Block a user