Untitled

 avatar
unknown
python
3 years ago
341 B
5
Indexable



exe =  json.loads(sqlitecursor.execute("instagrapi user settings and session in the database  target data").fetchall()[0][0])

with open("example_mqtt.ts","r") as filem:
    myread = filem.read()
    myread.replace("{oldjson}",exe)

with open("example_mqtt.ts","w") as filem:
    filem.write(myread)


os.system("ts-node example_mqtt.ts")
Editor is loading...