diff options
Diffstat (limited to 'gunicorn_config.py')
-rw-r--r-- | gunicorn_config.py | 4 |
1 files changed, 0 insertions, 4 deletions
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() |