mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
Unused variable found
This commit is contained in:
parent
61bfac726c
commit
7d548e8e73
@ -60,7 +60,7 @@ class Gacha(BasePlugins):
|
|||||||
"poolName": gacha_info["title"],
|
"poolName": gacha_info["title"],
|
||||||
"items": [],
|
"items": [],
|
||||||
}
|
}
|
||||||
for a in range(10):
|
for _ in range(10):
|
||||||
item = get_one(user_gacha_count, gacha_info)
|
item = get_one(user_gacha_count, gacha_info)
|
||||||
# item_name = item["item_name"]
|
# item_name = item["item_name"]
|
||||||
# item_type = item["item_type"]
|
# item_type = item["item_type"]
|
||||||
|
Loading…
Reference in New Issue
Block a user