1 Star 0 Fork 0

xiaonian0430/content_sim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
image_user_checking.py 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaonian0430 提交于 2022-10-13 13:26 . d
# encoding: utf-8
"""
图片检测
@author: xiao nian
@contact: xiaonian030@163.com
@date: 2022-09-08
"""
__copyright__ = "Copyright (c) (2022-2022) QF Inc. All Rights Reserved"
__author__ = "Xiao Nian"
__date__ = "2022-09-10:14:13:24"
__version__ = "1.0.0"
import time
import random
from service.fans import patch_update_user_ids
sec = random.randint(1, 10)
time.sleep(sec)
gh_id_query = ''
patch_update_user_ids(gh_id_query)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaonian0430/content_sim.git
git@gitee.com:xiaonian0430/content_sim.git
xiaonian0430
content_sim
content_sim
master

搜索帮助