From: Jiri Vlasak Date: Fri, 4 Nov 2022 15:25:49 +0000 (+0100) Subject: Fix bot X-Git-Tag: v0.5.0~1 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hubacji1/coffee-getter.git/commitdiff_plain/715f6fd95e4606cefe877efce9a90da6c1075e0e Fix bot --- diff --git a/coffee_getter/bot.py b/coffee_getter/bot.py index b87463d..346aeae 100644 --- a/coffee_getter/bot.py +++ b/coffee_getter/bot.py @@ -231,7 +231,7 @@ class Bot: dtt -- Date and time *to*. """ self.top = self.db.get_drunk_sum(*args, **kwargs) - d = self.db.getDrunkList(*args, **kwargs) + d = self.db.get_drunk_list(*args, **kwargs) if args: flavor = args[0] dtf = args[1]