mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-16 06:18:19 +00:00
Remove unused parameter
This commit is contained in:
@ -127,7 +127,7 @@ def main():
|
||||
log.critical("the current working directory doesn't exist")
|
||||
return
|
||||
|
||||
server = Server(options.host, options.port, options.ipc, options.quiet)
|
||||
server = Server(options.host, options.port, options.ipc)
|
||||
server.load_modules()
|
||||
server.run()
|
||||
|
||||
|
Reference in New Issue
Block a user