Skip to content

Commit

Permalink
#9 Fixed a small syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kcuric committed Dec 29, 2019
1 parent 679ffac commit 7ec7095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
def index():
return render_template('index.html')

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

0 comments on commit 7ec7095

Please sign in to comment.