Baumhaus ist zugänglich.
This commit is contained in:
5
tomb.py
5
tomb.py
@@ -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')
|
||||
|
Reference in New Issue
Block a user