the tinywebdb will still have a limit of 500 characters in a stored entry but that can be modified by changing the line db.delete(entries[:500]) to db.delete(entries[:1500]) in the main.py file stored in the customtinywebdb.zip file. you dont have to change it to 1500, but any higher number to 500 will do