aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/dice.py1
1 files changed, 0 insertions, 1 deletions
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