diff options
| author | Dmitrii Morozov <snoopdesigns@gmail.com> | 2024-04-11 21:54:30 +0200 |
|---|---|---|
| committer | Dmitrii Morozov <snoopdesigns@gmail.com> | 2024-04-11 21:54:30 +0200 |
| commit | 9b82c36d8831ef51163a5042f75743f54b0aa43a (patch) | |
| tree | f75a60db5c85a9021f57de36dd1401fb6abcaffe | |
| parent | 9d9e429723badf9cfac53bfd66ede28298a50d71 (diff) | |
Removed logging
| -rw-r--r-- | persistence.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
