Removed line of cocde causing crash. Updated version numbers in readme

This commit is contained in:
MikeTheWatchGuy 2019-05-24 22:05:41 -04:00
parent 7348cb67ba
commit abcae725d1
3 changed files with 10 additions and 11 deletions

View file

@ -26,7 +26,6 @@ layout = [
window = sg.Window('This is your Application Window', layout)
window.Element('_OUT_').Update(background_color='red')
# Variables that we'll use to demonstrate the debugger's features
counter = 0
timeout = 100