Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def run(args):
# Log in
profile = yield ProfileCLI.make_profile(args)
# Create factory
factory = MinecraftFactory(profile)
# Connect!
factory.connect(args.host, args.port)
def run(args):
# Log in
profile = yield ProfileCLI.make_profile(args)
# Create factory
factory = PlayerListFactory(profile)
# Connect!
factory.connect(args.host, args.port)
def run(args):
# Log in
profile = yield ProfileCLI.make_profile(args)
# Create factory
factory = ChatLoggerFactory(profile)
# Connect!
factory.connect(args.host, args.port)