From 76bc350c246f0234093867b8c651e968e02b618f Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Sun, 10 Oct 2021 02:53:21 +0800 Subject: [PATCH] style: fix black issue --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 0a49fca..2b9df7b 100755 --- a/update.py +++ b/update.py @@ -71,7 +71,7 @@ def update_data(year: int) -> str: cls=CustomJSONEncoder, ) - generate_ics(data['days'], filename=f"{year}.ics") + generate_ics(data["days"], filename=f"{year}.ics") return filename