diff --git a/imgs.py b/imgs.py index 8665ecb..7410260 100644 --- a/imgs.py +++ b/imgs.py @@ -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()