Skip to content
New issue

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

Fix crash in header #9

Closed
mattabullock opened this issue May 27, 2015 · 0 comments
Closed

Fix crash in header #9

mattabullock opened this issue May 27, 2015 · 0 comments
Labels

Comments

@mattabullock
Copy link
Owner

Traceback (most recent call last):
  File "royals-main.py", line 226, in <module>
    program.run()
  File "royals-main.py", line 171, in run
    str = edit.generatecode(d)
  File "/home/pi/bots/royals-bot/src/editor.py", line 73, in generatecode
    if self.header: code = code + self.generateheader(files)
  File "/home/pi/bots/royals-bot/src/editor.py", line 106, in generateheader
    game = files["linescore"].get('data').get('game')
KeyError: 'linescore'
mattabullock pushed a commit that referenced this issue Aug 4, 2017
Merge changes from mattabullock:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant