forked from sangge/tpre-python
test: test
This commit is contained in:
parent
9fb1d4bf14
commit
952324d895
@ -166,7 +166,16 @@ async def check_merge(ct: int, ip: str):
|
||||
# [(capsule, ct), ...]
|
||||
cfrag_cts = cursor.fetchall()
|
||||
|
||||
print("ip", type(ip))
|
||||
cursor = db.execute(
|
||||
"""
|
||||
SELECT publickey, threshold
|
||||
FROM senderinfo
|
||||
WHERE ip = ?
|
||||
""",
|
||||
('127.1.1'),
|
||||
)
|
||||
result = cursor.fetchall()
|
||||
|
||||
# get T
|
||||
cursor = db.execute(
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user