sourcehut
Log in
—
Register
~sircmpwn
/
git-send-email.io
summary
tree
log
refs
git-send-email.io
/run.py
-rw-r--r--
94 bytes
View
Log
Blame
View raw
9a23995e
—
Alexey Yerin
Fix mailing list name in stage-2-success
7 days ago
1
2
3
4
from
email_tutorial
import
app
if
__name__
==
"__main__"
:
app
.
run
(
debug
=
True
,
port
=
8100
)