From cf983a363514cb0d5c19c12ab942c0795b286682 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 8 Apr 2018 01:13:55 +0100 Subject: Fix build for real --- gunicorn_config.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gunicorn_config.py') diff --git a/gunicorn_config.py b/gunicorn_config.py index eb2f6e1b..f863edd4 100644 --- a/gunicorn_config.py +++ b/gunicorn_config.py @@ -15,7 +15,3 @@ def when_ready(server=None): created = db.create_tables() output(f"Created {created} tables.") - - -if __name__ == "__main__": - when_ready() -- cgit v1.2.3