From 390744abe1dfe88b6ceeee595e1aaddc569881d9 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 15 May 2021 14:00:49 +0200 Subject: [PATCH] Expose app object for gunicorn --- uptimestatus/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uptimestatus/__init__.py b/uptimestatus/__init__.py index e69de29..e9e4371 100644 --- a/uptimestatus/__init__.py +++ b/uptimestatus/__init__.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +from .views import app