From 5382e80f2fc3084c2b23afbf1ad8d8de7380278b Mon Sep 17 00:00:00 2001 From: George Barrell <78610776+RogerGabeller-ml@users.noreply.github.com> Date: Sun, 17 Nov 2024 05:12:38 +0000 Subject: Change 1 letter --- alcogotchi-server/alcogotchi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alcogotchi-server/alcogotchi.py') diff --git a/alcogotchi-server/alcogotchi.py b/alcogotchi-server/alcogotchi.py index afcb6ac..c66c714 100644 --- a/alcogotchi-server/alcogotchi.py +++ b/alcogotchi-server/alcogotchi.py @@ -132,7 +132,7 @@ class Alcogotchi: def double_or_nothing(self, data): bet = dict(data)["bet"] if self.alco_coin >= bet: - if random.randin(0,1) == 0: + if random.randint(0,1) == 0: self.alco_coin += bet self.happiness += 2 else: -- cgit v1.2.3-70-g09d2