From 9b82c36d8831ef51163a5042f75743f54b0aa43a Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Thu, 11 Apr 2024 21:54:30 +0200 Subject: Removed logging --- persistence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'persistence.py') diff --git a/persistence.py b/persistence.py index 941e2f7..6070b69 100644 --- a/persistence.py +++ b/persistence.py @@ -38,7 +38,7 @@ class UserRepository: connection.commit() - def putChat(self, chat_id, alias): + def putUser(self, chat_id, alias): if not self.getUser(chat_id): connection = self.__getConnection() cur = connection.cursor() -- cgit v1.2.3