From 35e261b90f333c8907cca8e7e3fe1de7aaecbec3 Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 26 Sep 2023 14:02:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=B0=D1=8F=20=D1=84=D1=83?= =?UTF-8?q?=D0=BD=D0=BA=D1=86=D0=B8=D1=8F(=D0=BD=D0=B5=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BanID.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BanID.py b/BanID.py index e75eeb1..5079a97 100644 --- a/BanID.py +++ b/BanID.py @@ -79,3 +79,6 @@ class BanID(): db=json.loads(filetemp.read()) filetemp.close() return db[username]['globalban'] + #кол-во репутации + def viewrep(self, username): + ... \ No newline at end of file