rename from web to webui
This commit is contained in:
parent
e3dea5ee8a
commit
cd050bf8e7
@ -31,7 +31,7 @@ class Web(_UI):
|
|||||||
help = """Starts the Deluge web interface"""
|
help = """Starts the Deluge web interface"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(Web, self).__init__()
|
super(Web, self).__init__("web")
|
||||||
self.__server = server.DelugeWeb()
|
self.__server = server.DelugeWeb()
|
||||||
|
|
||||||
group = OptionGroup(self.parser, "Web Options")
|
group = OptionGroup(self.parser, "Web Options")
|
||||||
Loading…
x
Reference in New Issue
Block a user