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