X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=new2%2Fplomrogue%2Fio.py;h=2c048f03b4b1b70fb47356af8cb5ecdc4e1b9c93;hb=c2732dbd6d4a149388c2deec9b9d2dc6b9c81d69;hp=908d7bf504b7c304c937729b1bb5cccb3f47538b;hpb=7bdf22f3e130e29d285c5c77ccea4073a0dac630;p=plomrogue2-experiments diff --git a/new2/plomrogue/io.py b/new2/plomrogue/io.py index 908d7bf..2c048f0 100644 --- a/new2/plomrogue/io.py +++ b/new2/plomrogue/io.py @@ -56,6 +56,7 @@ class GameIO(): from plomrogue.errors import GameError, ArgError, PlayError from plomrogue.misc import quote + print('DEBUG', input_); def answer(connection_id, msg): if connection_id: self.send(msg, connection_id)