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