Browse Source

更新:新增适配面板读取cron、脚本名称

pull/15/head
张洛 3 years ago
parent
commit
78f2470347
  1. 4
      ck_acfun.py
  2. 5
      ck_baidu_url_submit.py

4
ck_acfun.py

@ -1,4 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""
建议cron: 31 7 * * *
new Env('AcFun');
"""
import json import json
import requests import requests
import urllib3 import urllib3

5
ck_baidu_url_submit.py

@ -1,7 +1,10 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""
建议cron: 32 7 * * *
new Env('百度搜索资源平台');
"""
import json import json
from urllib import parse from urllib import parse
import requests import requests
from getENV import getENv from getENV import getENv
from checksendNotify import send from checksendNotify import send

Loading…
Cancel
Save