This website requires JavaScript.
Explore
Help
Sign In
mxmehl
/
autoreply-editor
Watch
1
Star
0
Fork
0
You've already forked autoreply-editor
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
da6f92f5d3af4fce0c1a19010d6f0150fd369cb1
autoreply-editor
/
wsgi.py
6 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
embed active toggle get_maildropline
2021-12-23 12:36:15 +01:00
"""
WSGI for Flask app
"""
add wsgi/gunicorn
2021-05-18 19:53:31 +02:00
from
autoreply_editor
import
app
if
__name__
==
"
__main__
"
:
app
.
run
(
)
Reference in New Issue
Copy Permalink