From f01873bb93ba01ae9bd7aadabe460d9c1defcf19 Mon Sep 17 00:00:00 2001 From: raf-wtag Date: Thu, 18 Apr 2024 14:41:53 +0600 Subject: [PATCH] Number of recovery days updated --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 9ca60ee..86ca5a0 100644 --- a/constants.py +++ b/constants.py @@ -24,7 +24,7 @@ class Disease: RECOVERED = 1 UNEXPOSED = 2 - DEFAULT_RECOVERY_PERIOD = 340 + DEFAULT_RECOVERY_PERIOD = 180 COLOR_MAP = { INFECTED: SimColor.INFECTED,