From d623d07e130dc318e54a33dd227ecf4951c4e5fd Mon Sep 17 00:00:00 2001 From: nyyu Date: Sun, 3 Jun 2018 17:28:25 +0200 Subject: [PATCH] Reduce title item set, too long to display --- CGGItemSets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGGItemSets.py b/CGGItemSets.py index 99f7877..6f351a4 100644 --- a/CGGItemSets.py +++ b/CGGItemSets.py @@ -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",