mass-scraper/wsgi.py

5 lines
69 B
Python

from webapp.app import app
if __name__ == "__main__":
app.run()