Baumhaus ist zugänglich.

This commit is contained in:
Olli Graf
2022-05-28 09:33:40 +02:00
parent 6ae6f3efd8
commit 1249bb74ec
5 changed files with 44 additions and 26 deletions

View File

@@ -77,8 +77,11 @@ def handle_SIGINT(sig,frame):
logging.debug("CTRL-C abgefangen")
sys.exit(0)
logging.basicConfig(
format='%(asctime)-15s [%(levelname)s] %(funcName)s: %(message)s',
filename='tomb.log',
level=logging.DEBUG)
logging.basicConfig(filename='tomb.log', level=logging.DEBUG)
signal.signal(signal.SIGINT,handle_SIGINT)
world = World.World()
logging.debug('World initialisiert')