tidy cloudbot3/refresh code!

This commit is contained in:
Luke Rogers 2014-03-06 14:15:04 +13:00
parent f81cf21b57
commit 99e363cc99
12 changed files with 66 additions and 53 deletions

View file

@ -41,7 +41,7 @@ class TextGenerator(object):
return text
def generate_strings(self, amount, template=None):
def generate_strings(self, amount):
strings = []
for i in range(amount):
strings.append(self.generate_string())