mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
changed name of module
This commit is contained in:
parent
297978c081
commit
2887c64542
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from .. import PypeModule, ITrayService
|
|||
|
||||
|
||||
class WebServerModule(PypeModule, ITrayService):
|
||||
name = "Websocket server"
|
||||
name = "webserver"
|
||||
label = "WebServer"
|
||||
|
||||
def initialize(self, module_settings):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue