tidy cloudbot3/refresh code!
This commit is contained in:
parent
f81cf21b57
commit
99e363cc99
12 changed files with 66 additions and 53 deletions
|
@ -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())
|
||||
|
|
Reference in a new issue