Skip to content

Commit

Permalink
#9 Added ssl_context argument to the server script
Browse files Browse the repository at this point in the history
  • Loading branch information
kcuric committed Jan 8, 2020
1 parent a2ab39d commit 47b6270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def check_for_faces():
signal.signal(signal.SIGINT, receive_signal)
signal.signal(signal.SIGQUIT, receive_signal)
signal.signal(signal.SIGTSTP, receive_signal)
app.run(debug=True) #ssl_context='adhoc'
app.run(debug=True, ssl_context='adhoc')

0 comments on commit 47b6270

Please sign in to comment.