await
This commit is contained in:
@@ -8,7 +8,7 @@ from factories.GameFactory import GameFactory
|
||||
def main():
|
||||
args = parseCommandLine()
|
||||
game = createGame(args)
|
||||
game.run()
|
||||
await game.run()
|
||||
|
||||
def parseCommandLine():
|
||||
parser = argparse.ArgumentParser(description='A game for the flippR')
|
||||
|
||||
Reference in New Issue
Block a user