Reduce title item set, too long to display

This commit is contained in:
nyyu 2018-06-03 17:28:25 +02:00
parent eadc26a63c
commit d623d07e13

View file

@ -55,7 +55,7 @@ def writeItemSet(id, pos, ver, dir, session):
data = getChampData(id, pos, session)
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",
"map": "any",
"mode": "any",