This commit is contained in:
parent
3f04de5cb1
commit
c39f1cde04
@ -55,15 +55,6 @@ async def up_dick(message: types.Message):
|
||||
},
|
||||
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:
|
||||
## Если есть то нарастить и отправить сообщение
|
||||
|
||||
@ -80,9 +71,7 @@ async def up_dick(message: types.Message):
|
||||
dt = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
||||
metadata = dicks_collection.insert(
|
||||
{
|
||||
'_key': user['_key'],
|
||||
#'_id': user['_id'],
|
||||
#'_rev': user['_rev'],
|
||||
'_key': user['_key'], ### этот нужен чтобы апдейт прилетал тому же юзеру
|
||||
'user_id': user['user_id'],
|
||||
'user_fullname': message.from_user.full_name,
|
||||
'dick_size': updetedDick,
|
||||
@ -109,9 +98,7 @@ async def up_dick(message: types.Message):
|
||||
try:
|
||||
metadata = dicks_collection.insert(
|
||||
{
|
||||
'_key': user['_key'],
|
||||
#'_id': user['_id'],
|
||||
#'_rev': user['_rev'],
|
||||
'_key': user['_key'], ### этот нужен чтобы апдейт прилетал тому же юзеру
|
||||
'user_id': user['user_id'] ,
|
||||
'user_fullname': message.from_user.full_name,
|
||||
'dick_size': user['dick_size'] ,
|
||||
|
Loading…
Reference in New Issue
Block a user