async
This commit is contained in:
@@ -5,7 +5,7 @@ from factories.NetworkFactory import NetworkFactory
|
||||
from factories.GameFactory import GameFactory
|
||||
|
||||
|
||||
def main():
|
||||
async def main():
|
||||
args = parseCommandLine()
|
||||
game = createGame(args)
|
||||
await game.run()
|
||||
|
||||
Reference in New Issue
Block a user