From 66c783ef1a5f6bc71ccf5aa969e72614f9418796 Mon Sep 17 00:00:00 2001 From: burzuf Date: Sun, 22 Mar 2020 15:45:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D1=83=20=D1=81=D0=BE?= =?UTF-8?q?=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=87=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=B7=20=D1=82=D0=B5=D0=BB=D0=B5=D0=B3=D1=80=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db_routing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_routing.py b/db_routing.py index e9ba1c5..7574f41 100644 --- a/db_routing.py +++ b/db_routing.py @@ -28,7 +28,7 @@ class User(db.Model): def get_id(self): return self.id - + def get_tg_id(self): return self.tg_id