log to file
This commit is contained in:
@@ -9,7 +9,7 @@ import logging
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
args = parseCommandLine()
|
args = parseCommandLine()
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(filename='log.txt', level=logging.INFO)
|
||||||
game = createGame(args)
|
game = createGame(args)
|
||||||
asyncio.run(game.run())
|
asyncio.run(game.run())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user