complete change to email instead of FTP
This commit is contained in:
9
app/dev_main.py
Normal file
9
app/dev_main.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
from dotenv import load_dotenv
|
||||
load_dotenv()
|
||||
|
||||
from main import handle_hook
|
||||
|
||||
msg_id = "jtdx9og7NAQ6LuVvEmRL6t"
|
||||
handle_hook(msg_id)
|
||||
Reference in New Issue
Block a user