mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 20:44:50 +00:00
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"""
|
||||
|
||||
def __init__(self):
|
||||
super(Web, self).__init__()
|
||||
super(Web, self).__init__("web")
|
||||
self.__server = server.DelugeWeb()
|
||||
|
||||
group = OptionGroup(self.parser, "Web Options")
|
Loading…
x
Reference in New Issue
Block a user