This repository has been archived on 2022-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
Twxtter-main/wsgi.py
Chloe Carver-Brown ef42c26a81
Updates and changes
Signed-off-by: Chloe Carver-Brown <admin@twxtter.com>
2022-05-18 15:24:27 +01:00

6 lines
145 B
Python

from twitfix import app
if __name__ == "__main__":
# listen on 0.0.0.0 to facilitate testing with real services
app.run(host="0.0.0.0")