From 8ff8e0d7ff3bacb3223936def840b65b283c470a Mon Sep 17 00:00:00 2001 From: livindra Date: Tue, 28 Apr 2026 19:36:11 +0700 Subject: [PATCH] add pytz --- .env | 2 ++ Procfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env b/.env index ff4e1e5..e57beb2 100644 --- a/.env +++ b/.env @@ -7,3 +7,5 @@ DB_NAME=deteksi_pmk # Flask Configuration FLASK_SECRET=deteksi-pmk-secret-key-2026 + +pytz \ No newline at end of file diff --git a/Procfile b/Procfile index 45d24ff..e9c1bbc 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:app --bind 0.0.0.0:$PORT \ No newline at end of file +web: gunicorn app:app --bind 0.0.0.0:$PORTgunicorn \ No newline at end of file