From f1eda8acff4de90fa3443478e66fff81e48a20ce Mon Sep 17 00:00:00 2001 From: Vincent Castellano Date: Wed, 20 May 2015 01:28:23 -0700 Subject: [PATCH] Start test suite, WIP --- tg-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg-test.py b/tg-test.py index 4750920..e9ce991 100644 --- a/tg-test.py +++ b/tg-test.py @@ -42,7 +42,7 @@ def on_msg_receive(msg): else: # chatroom peer = msg.dest - print(msg) + pp.pprint(msg) if msg.text.startswith("!ping"): print("SENDING PONG") tgl.send_msg(peer, "PONG!", msg_cb)