send progress to bot
This commit is contained in:
parent
5d372d9010
commit
43220b42f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
with open('db.json', 'w+') as dbw:
|
||||||
dbw.write(json.dumps(db, indent=4))
|
dbw.write(json.dumps(db, indent=4))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue