rename from web to webui

This commit is contained in:
Damien Churchill 2009-04-20 19:56:35 +00:00
parent e3dea5ee8a
commit cd050bf8e7

View File

@ -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")