From fd0b1575c20429e7a39cce112cad990ee1460d88 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 20 May 2024 02:19:54 +0900 Subject: [PATCH] Update base.py --- base.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/base.py b/base.py index 736a266..93b8caf 100644 --- a/base.py +++ b/base.py @@ -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) +# https://github.com/gnh1201/caterpillar +# Created at: 2024-05-20 +# Updated at: 2024-05-20 +# + import hashlib import json