mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
rename from web to webui
This commit is contained in:
parent
e3dea5ee8a
commit
cd050bf8e7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Web(_UI):
|
|||
help = """Starts the Deluge web interface"""
|
||||
|
||||
def __init__(self):
|
||||
super(Web, self).__init__()
|
||||
super(Web, self).__init__("web")
|
||||
self.__server = server.DelugeWeb()
|
||||
|
||||
group = OptionGroup(self.parser, "Web Options")
|
Loading…
Add table
Reference in a new issue