summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--persistence.py2
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()