From b008bb2a0f0e3a227e5fd04e1c9f8705a548990a Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 16 Nov 2018 17:42:00 +0000 Subject: `results` was already a ", ".joined string --- modules/dice.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/dice.py b/modules/dice.py index 912f8aa0..10ef3451 100644 --- a/modules/dice.py +++ b/modules/dice.py @@ -31,7 +31,6 @@ class Module(ModuleManager.BaseModule): results.append(random.randint(1, sides_of_die)) total_n = sum(results) - results = ', '.join(map(str, results)) total = "" if len(results) > 1: total = " (total: %d)" % total_n -- cgit v1.3.1-10-gc9f91