mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
Fix starting deluge-web
This commit is contained in:
parent
5bc63fa910
commit
dfa8834db8
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ def rpath(*paths):
|
|||
"""Convert a relative path into an absolute path relative to the location
|
||||
of this script.
|
||||
"""
|
||||
return common.resource_filename(__name__, os.path.join(*paths))
|
||||
return common.resource_filename("deluge.ui.web", os.path.join(*paths))
|
||||
|
||||
class GetText(resource.Resource):
|
||||
def render(self, request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue