'reults' -> 'results'

This commit is contained in:
jesopo 2018-11-17 12:23:06 +00:00
parent d130b0e59b
commit 692c79c745

View file

@ -18,7 +18,7 @@ class Module(ModuleManager.BaseModule):
count_n = min(5, int(count))
sides_n = min(20, int(sides))
reults = random.choices(range(1, sides_n), k=count_n)
results = random.choices(range(1, sides_n), k=count_n)
total_n = sum(results)
total = ""