security update 1.0
This commit is contained in:
@@ -283,7 +283,7 @@ async def process_callback_update_subscription(callback_query: types.CallbackQue
|
|||||||
if record:
|
if record:
|
||||||
expiry_time = record["expiry_time"]
|
expiry_time = record["expiry_time"]
|
||||||
client_id = record["client_id"]
|
client_id = record["client_id"]
|
||||||
public_link = f"{PUBLIC_LINK}{email}"
|
public_link = f"{PUBLIC_LINK}{email}/{tg_id}"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await conn.execute(
|
await conn.execute(
|
||||||
|
|||||||
Reference in New Issue
Block a user