now we counting

This commit is contained in:
Simple_Not 2023-07-13 01:16:26 +10:00
parent 3f04de5cb1
commit c39f1cde04

View File

@ -55,15 +55,6 @@ async def up_dick(message: types.Message):
}, },
skip=0, limit=1488) skip=0, limit=1488)
# a = dicks_collection.find( { 'user_id': 317051301, 'chat_id': 317051301 }, skip=0, limit=1488)
# print({
# 'user_id': message.from_user.id,
# 'chat_id': message.chat.id
# })
# print( candidate_cursor.count() )
# asdf = candidate_cursor.batch()
# print(asdf)
if candidate_cursor.count() > 0: if candidate_cursor.count() > 0:
## Если есть то нарастить и отправить сообщение ## Если есть то нарастить и отправить сообщение
@ -80,9 +71,7 @@ async def up_dick(message: types.Message):
dt = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S") dt = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
metadata = dicks_collection.insert( metadata = dicks_collection.insert(
{ {
'_key': user['_key'], '_key': user['_key'], ### этот нужен чтобы апдейт прилетал тому же юзеру
#'_id': user['_id'],
#'_rev': user['_rev'],
'user_id': user['user_id'], 'user_id': user['user_id'],
'user_fullname': message.from_user.full_name, 'user_fullname': message.from_user.full_name,
'dick_size': updetedDick, 'dick_size': updetedDick,
@ -109,9 +98,7 @@ async def up_dick(message: types.Message):
try: try:
metadata = dicks_collection.insert( metadata = dicks_collection.insert(
{ {
'_key': user['_key'], '_key': user['_key'], ### этот нужен чтобы апдейт прилетал тому же юзеру
#'_id': user['_id'],
#'_rev': user['_rev'],
'user_id': user['user_id'] , 'user_id': user['user_id'] ,
'user_fullname': message.from_user.full_name, 'user_fullname': message.from_user.full_name,
'dick_size': user['dick_size'] , 'dick_size': user['dick_size'] ,