mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-03-12 00:45:16 +00:00
Update web.py
This commit is contained in:
parent
b37f4262b4
commit
ceafc6aedb
12
web.py
12
web.py
|
@ -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
|
from flask import Flask, request, redirect, url_for, render_template
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue
Block a user