示例#1
0
def main():
    try:
        bot = Bot()
        bot.Receive()
    except Exception as exc:
        print str(exc)