1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Perhaps leaving that here wasn't a good idea.

This commit is contained in:
Steffo 2019-05-06 20:00:04 +02:00
parent 9b6fd823db
commit 28697492da

View file

@ -25,7 +25,7 @@ commands = [PingCommand, ShipCommand, SmecdsCommand, ColorCommand, CiaoruoziComm
address, port = "127.0.0.1", 1234
print("Starting master...")
master = RoyalnetServer(address, port, "sas")
master = RoyalnetServer(address, port, os.environ["MASTER_KEY"])
loop.run_until_complete(master.start())
print("Starting bots...")