complete change to email instead of FTP

This commit is contained in:
2025-11-11 20:39:49 -06:00
parent 38a9fb2789
commit 5ae4104e24
15 changed files with 242 additions and 947 deletions

9
app/dev_main.py Normal file
View File

@@ -0,0 +1,9 @@
from dotenv import load_dotenv
load_dotenv()
from main import handle_hook
msg_id = "jtdx9og7NAQ6LuVvEmRL6t"
handle_hook(msg_id)