<Ч
Size: a a a
<Ч
ᅠ
M
async def insert_local_info(uid = None, text = None, img_path = None):
con = sqlite3.connect(r'database/local_db.db')
cursor = con.cursor()
try:
cursor.execute(f"INSERT INTO post_info(uid, text, img_path) VALUES ('{uid}', '{text}', '{img_path}');")
except Exception as e:
print(e)
con.commit()
cursor.close()
con.close()
S
<Ч
ЕП
S
<Ч
<Ч
ᅠ
pl
ᅠ
<Ч
ᅠ
ЕП
S
M
pl
ᅠ
pl