Update base.py

This commit is contained in:
Namhyeon Go 2024-05-20 02:19:54 +09:00 committed by GitHub
parent 2288afe57d
commit fd0b1575c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
base.py
View File

@ -1,3 +1,15 @@
#!/usr/bin/python3
#
# base.py
# base file
#
# Caterpillar Proxy - The simple and parasitic web proxy SPAM spam filter
# Namyheon Go (Catswords Research) <gnh1201@gmail.com>
# https://github.com/gnh1201/caterpillar
# Created at: 2024-05-20
# Updated at: 2024-05-20
#
import hashlib
import json