rm pprint(msg)
This commit is contained in:
2
bot.py
2
bot.py
@ -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 😊")
|
||||||
# 使用者學號
|
# 使用者學號
|
||||||
|
Reference in New Issue
Block a user