Main.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:grovebot 作者: mrsofia 项目源码 文件源码
def save_link(msg):
    entry = Link.create(
        user=msg.get('from').get('username'),
        message=msg.get('text'),
        time=unix_time_to_python_time(msg.get('date')),
        link=get_link(msg)
    )
    entry.save()


# This dictionary keeps track of how fire a track is.
# The key is the message_identifier of the message containing the link, the value is a list
# of the message_identifier of the fuego display and a list of IDs that have sent fuegos.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号