Reduce title item set, too long to display
This commit is contained in:
parent
eadc26a63c
commit
d623d07e13
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def writeItemSet(id, pos, ver, dir, session):
|
||||||
data = getChampData(id, pos, session)
|
data = getChampData(id, pos, session)
|
||||||
|
|
||||||
item_set = {
|
item_set = {
|
||||||
"title": "CGG %s %s - %.2f%% Winrate" % (pos, ver, data['stats']['winRate'] * 100),
|
"title": "CGG %s %s - %.2f%%" % (pos, ver, data['stats']['winRate'] * 100),
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"map": "any",
|
"map": "any",
|
||||||
"mode": "any",
|
"mode": "any",
|
||||||
|
|
Loading…
Add table
Reference in a new issue