judoplaces

Rewrote judoplaces from MS-Access to SQLite/Python. Wow my brain really atrophied from lack of programming. It took me forever to find a simple error that Python was complaining about. Turned out it was a “if” statement case problem mispelled as “If”. Python was pointing to the variable name…not the “If”. However the code editor had pointed this out by not color coding the statement…but I didn’t notice. Next it I was convinced that the SQLite module was skipping records. Once again it was my problem of having an extra fetch statement within the loop. I should code more often. I’m sure in my case it’s a more satisfying brain exercise than anything else.