add UTF-8 header

This commit is contained in:
MasonLiu 2024-12-06 16:32:34 +08:00
parent 9e9f5ec954
commit 46ee520732
13 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# -*- coding: utf-8 -*-
"""
@Author: MasonLiu
@Description: 本程序可以爬取各安全资讯源并发送到飞书群组
"""
import signal
from datetime import datetime, timedelta
import sys

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import json
import sqlite3
import os

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import json
import sqlite3
import os

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import json
import sqlite3
import os

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import json
import sqlite3
import os

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import json
import sqlite3
import os

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import json
import sqlite3
import os

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import json
import sqlite3
import os

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import requests
import json
import hashlib

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os
import requests
import xml.etree.ElementTree as ET

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os
import requests
import xml.etree.ElementTree as ET

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os
import requests
import xml.etree.ElementTree as ET

View File

@ -1,3 +1,8 @@
# -*- coding: utf-8 -*-
"""
@Author: MasonLiu
@Description: 测试程序的运行
"""
from SendBot import SendToFeishu, gen_sign
from GotoSend_seebug import Src_seebug