From 45b4e284659e169f66f0fb7086681e6fbfcbc356 Mon Sep 17 00:00:00 2001 From: Tech at PiePie Date: Wed, 23 Oct 2024 20:53:01 +0530 Subject: [PATCH] Fixed typo in requirements.txt file. It is gunicorn, not gunicron. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1cf715..8c62e47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ openai flask python-dotenv -gunicron +gunicorn