We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError Traceback (most recent call last) in () 69 # pixray.add_settings(iterations=500, display_every=50) 70 ---> 71 settings = pixray.apply_settings() 72 pixray.do_init(settings) 73 pixray.do_run(settings)
/content/pixray/pixray.py in apply_settings() 1567 1568 vq_parser = setup_parser(vq_parser) -> 1569 class_table[settings_core.drawer].add_settings(vq_parser) 1570 1571 if len(global_pixray_settings) > 0:
KeyError: 'pixel'
The text was updated successfully, but these errors were encountered:
It looks like this issue is still going on somehow.
Sorry, something went wrong.
No branches or pull requests
KeyError Traceback (most recent call last)
in ()
69 # pixray.add_settings(iterations=500, display_every=50)
70
---> 71 settings = pixray.apply_settings()
72 pixray.do_init(settings)
73 pixray.do_run(settings)
/content/pixray/pixray.py in apply_settings()
1567
1568 vq_parser = setup_parser(vq_parser)
-> 1569 class_table[settings_core.drawer].add_settings(vq_parser)
1570
1571 if len(global_pixray_settings) > 0:
KeyError: 'pixel'
The text was updated successfully, but these errors were encountered: