From 69eae5197e09cebe1f634d40cd19f66b78984006 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Fri, 24 Feb 2017 14:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=97=B4=E8=A1=A8?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E7=9A=84=E5=8F=82=E6=95=B0=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/bilibili.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/bilibili.py b/commands/bilibili.py index cca55922..7a3e3461 100644 --- a/commands/bilibili.py +++ b/commands/bilibili.py @@ -76,7 +76,7 @@ def anime_timeline(args_text, ctx_msg, internal=False, argv=None): if re.fullmatch('\d{1,2}-\d{1,2}', argv[0]): # month-day - date_str = argv[0] + date_str = '%02d-%02d' % tuple(map(lambda x: int(x), argv[0].split('-'))) argv = argv[1:] elif re.fullmatch('-?\d', argv[0]): # timedelta (days)