From f855b6cd6296d381167443378b6ba5f0e4f71d58 Mon Sep 17 00:00:00 2001 From: decoded Date: Sun, 7 Mar 2021 01:08:09 -0600 Subject: [PATCH] bok --- plugins/krylon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: