alonakonst / LLT_kivy_app

2 stars 0 forks source link

edits #17

Closed alonakonst closed 1 year ago

alonakonst commented 1 year ago

calling fxn create_table()

spralja commented 1 year ago

This should be a separate file or function which is called once. Because this way whenevenr you run the code it would recreate the table, which I'm not sure would work.

spralja commented 1 year ago

@alonakonst I have implemented this change in my pr #19

alonakonst commented 1 year ago

@spralja its called only when submit or show buttons are pressed, and it makes sense, because it says "create table if not exists"

spralja commented 1 year ago

@spralja its called only when submit or show buttons are pressed, and it makes sense, because it says "create table if not exists"

Yeah, I kind of realised that is probably the case after I made the same thing.