Just starting Bayes video for eop

This commit is contained in:
Grant Sanderson
2017-06-05 21:35:09 -07:00
parent 1e8002bde3
commit 28c664ceb6
6 changed files with 729 additions and 19 deletions

View File

@ -186,8 +186,8 @@ def main():
try:
handle_scene(SceneClass(**scene_kwargs), **config)
play_finish_sound()
except RuntimeError:
play_finish_sound()
# except RuntimeError as e:
# play_finish_sound()
except:
print "\n\n"
traceback.print_exc()