fix: Fixed WSGI app startup

master
gd 1 year ago
parent 721fda8b22
commit fc80d9e661

@ -91,5 +91,7 @@ def send_image(image_name):
def send_style():
return static_file('style.css', root = './')
app = app() # Create WSGI application
if __name__ == '__main__':
run()

Loading…
Cancel
Save