Update web.py

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

12
web.py
View File

@ -1,3 +1,15 @@
#!/usr/bin/python3
#
# web.py
# server file with HTTP protocol
#
# 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
#
from flask import Flask, request, redirect, url_for, render_template
import os
import sys