Bug fix: Must name the argument for Server:main().
This commit is contained in:
@@ -87,6 +87,6 @@ def main():
|
||||
logger.critical("Invalid group: %s" % args.group)
|
||||
return 1
|
||||
with context:
|
||||
server.main(args)
|
||||
server.main(args=args)
|
||||
|
||||
return 0
|
||||
|
||||
@@ -227,6 +227,6 @@ def main():
|
||||
return 1
|
||||
|
||||
with context:
|
||||
server.main(args)
|
||||
server.main(args=args)
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user