diff --git a/userdb/db.py b/userdb/db.py index 37353e2..0f61ba4 100644 --- a/userdb/db.py +++ b/userdb/db.py @@ -43,7 +43,7 @@ def track(): } }) - send_msg(f'User <{hash}> visited { url } on { ua }') + send_msg(f'User <{hash}> visited { url } on { ua } ({ str(len(db[hash][cat])) })') with open('db.json', 'w+') as dbw: dbw.write(json.dumps(db, indent=4))