removed lettbomb.fcgi as it can not be ported to python3

This commit is contained in:
advaithm 2021-03-05 11:31:00 +05:30 committed by Hector Martin
parent 5038ddfd64
commit 660054fe5e

View File

@ -1,6 +0,0 @@
#!/usr/bin/python2
from flup.server.fcgi import WSGIServer
from app import app
if __name__ == '__main__':
WSGIServer(app, debug=False).run()