diff --git a/plugins/krylon.py b/plugins/krylon.py index bc172c6..53c1565 100644 --- a/plugins/krylon.py +++ b/plugins/krylon.py @@ -106,9 +106,9 @@ class Plugin(object): MSG+=" " __ = random.randint(1,2) if __ == 1: - MSG+="gok"*randint(0,3) + MSG+="gok"*random.randint(0,3) else: - MSG+="GOK"*randint(0,3) + MSG+="GOK"*random.randint(0,3) def krylon(self): if self.init == 0: