From 8544d876aeda35e825a06ee100b6c55f0c9cc46c Mon Sep 17 00:00:00 2001 From: wuaho Date: Thu, 19 Aug 2021 14:23:31 +0800 Subject: [PATCH] 1 --- core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.py b/core/config.py index e644601..98d61c8 100644 --- a/core/config.py +++ b/core/config.py @@ -261,7 +261,7 @@ class Settings(BaseSettings): "PT1H": "H", "P1D": "D", "P1W": "W", - "P1M": "M", + "P1M": "MS", } TIME_GRAIN_EXPRESSIONS = {