From 7d548e8e738ecf81cb710cac02da5e271daee6f0 Mon Sep 17 00:00:00 2001 From: luoshuijs Date: Thu, 9 Jun 2022 20:16:01 +0800 Subject: [PATCH] Unused variable found --- plugins/gacha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gacha.py b/plugins/gacha.py index 9c813fa3..f71ec354 100644 --- a/plugins/gacha.py +++ b/plugins/gacha.py @@ -60,7 +60,7 @@ class Gacha(BasePlugins): "poolName": gacha_info["title"], "items": [], } - for a in range(10): + for _ in range(10): item = get_one(user_gacha_count, gacha_info) # item_name = item["item_name"] # item_type = item["item_type"]