mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-05-30 18:02:40 +02:00
Add print statement for serving connections
This commit is contained in:
@@ -220,5 +220,6 @@ def not_found(error):
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
try:
|
try:
|
||||||
serve(app, host="0.0.0.0", port=80, threads=12)
|
serve(app, host="0.0.0.0", port=80, threads=12)
|
||||||
|
print("Serving connections from port 80....")
|
||||||
except:
|
except:
|
||||||
app.run(debug=True, host="0.0.0.0", port=80)
|
app.run(debug=True, host="0.0.0.0", port=80)
|
||||||
|
|||||||
Reference in New Issue
Block a user