rm pprint(msg)

This commit is contained in:
2018-05-06 22:27:09 +08:00
parent a868aaf8e3
commit 9cadbf2f72

2
bot.py
View File

@ -6,7 +6,6 @@ import sys
import time import time
import json import json
from random import choice from random import choice
from pprint import pprint
import telepot import telepot
from telepot.loop import MessageLoop from telepot.loop import MessageLoop
from telepot.namedtuple import ReplyKeyboardMarkup, ReplyKeyboardRemove from telepot.namedtuple import ReplyKeyboardMarkup, ReplyKeyboardRemove
@ -635,7 +634,6 @@ def on_chat(msg):
# 操作記錄 # 操作記錄
# ========================================================== # ==========================================================
pprint(msg)
# 使用者資訊 # 使用者資訊
print("😊 USER INFO 😊") print("😊 USER INFO 😊")
# 使用者學號 # 使用者學號