denoodleification
This commit is contained in:
parent
382b76ca26
commit
54d6453aa4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class NameGenerator(object):
|
|||
|
||||
for name_part in name_parts:
|
||||
part = random.choice(self.parts[name_part])
|
||||
name = name.replace("{{}}".format(name_part), part)
|
||||
name = name.replace("\{{}\}".format(name_part), part)
|
||||
|
||||
return name
|
||||
|
||||
|
|
Reference in a new issue