Re: dictionary key error, list index out of range
If you pass the dictionary down, it will modify the global one. You should google pass by reference. Python doesn't have pass by value.
If you're getting list index out of range, it's referring to the list, not the dictionary. Dictionary is KeyError. it means that your list is wrong, not your dictionary.
-- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector