From 2dfae9ecc1f7f1ac6bd4210f6c841da26914b4ec Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 28 Sep 2020 21:11:34 -0300 Subject: [PATCH] adapt Procfile hypercorn call. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 0b1764f..31f824c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: hypercorn --bind 0.0.0.0:5000 lnbits:app +web: hypercorn --bind 0.0.0.0:5000 lnbits.app:create_app()