Hi!
Been trying to figure out what's wrong but can't get anywhere with Hamtest.
I can enter the games, answer fine and on the first 'end' it gives me a score. But then if I type another command, it says' finish hamtest first'. If I type end again, it says 'No game in progress"
It's as if there's a variable that's not getting cleared like self.game[id] or something such that isPlayingGame always returns a True....
I no python guy, but I'm lost around all these variables and can't figure it out.
Running on Raspberry Pi Python 3.11.2
Anyone have any ideas?
Thanks, Dino
Hi!
Been trying to figure out what's wrong but can't get anywhere with Hamtest.
I can enter the games, answer fine and on the first 'end' it gives me a score. But then if I type another command, it says' finish hamtest first'. If I type end again, it says 'No game in progress"
It's as if there's a variable that's not getting cleared like self.game[id] or something such that isPlayingGame always returns a True....
I no python guy, but I'm lost around all these variables and can't figure it out.
Running on Raspberry Pi Python 3.11.2
Anyone have any ideas?
Thanks, Dino