Skip to content

Commit

Permalink
Merge pull request #20 from nickw444/nwhyte/flake8-fix
Browse files Browse the repository at this point in the history
Fix broken Travis builds due to Flake8
  • Loading branch information
nickw444 committed Nov 18, 2016
2 parents 7923897 + b278aeb commit fb9e4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldap_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ def login():

return render_template_string(template, form=form)


if __name__ == '__main__':
app.run()

0 comments on commit fb9e4ba

Please sign in to comment.