From 7b831a327803020295a49313da70d7ba7cc71259 Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 14 Nov 2019 11:55:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BB=85=E4=B8=80=E5=A4=A9?= =?UTF-8?q?=E6=9C=89=E8=AE=B0=E5=BD=95=E7=9A=84=EF=BC=8C=E6=9A=82=E4=B8=8D?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taptap/tap_split_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taptap/tap_split_tags.py b/taptap/tap_split_tags.py index f7855ab..d487009 100644 --- a/taptap/tap_split_tags.py +++ b/taptap/tap_split_tags.py @@ -24,7 +24,7 @@ class SplitTapTags: all = dict() for types in self.type: all[types] = {} - sql = f"""SELECT tags FROM v_event_25 where catename='{type}' and "$part_date"='{self.day}' """ + sql = f"""SELECT tags FROM v_event_25 where catename='{types}' and "$part_date"='{self.day}' """ tags = self.tga.get_data(sql) if tags: for line in tags: