On 2004-01-12, at 16.11, Ragnar Ouchterlony wrote:
Traceback (most recent call last): [..snip..] "/Users/kentk/Projects/OpenSource/Mattricks/Mattricks/Database.py", line 72, in get_all data[key] = db.get(key) AttributeError: _DBWithCursor instance has no attribute 'get'
This should work, but since it is unnecessary to get the value again you should change that row (72) in Database.py to read "data[key] = value".
Works perfectly. =) Will someone commit these changes and in MatchPrediction.py?
Btw, when I fetch all the matches, it seem to nest a lot of windows. I get a added shadow for every downloading/updating window and pretty fast its solid black.
-- kent