Skip to content

Commit

Permalink
Merge pull request #42 from SHA2017-badge/launchInstaller
Browse files Browse the repository at this point in the history
Fix launching the installer
  • Loading branch information
annejan authored Jul 6, 2017
2 parents d76739e + ab5461a commit abac775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp32/modules/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
except OSError:
apps = []

apps.extend(['installer'])

for app in apps:
options.add_item(app)

options.add_item("installer")

def run_it(pushed):
if (pushed):
selected = options.selected_index()
Expand Down

0 comments on commit abac775

Please sign in to comment.