Add exit message

Nice to have when using entr
This commit is contained in:
2017-10-15 11:44:41 +02:00
parent 676e9dc051
commit 85f9a3e264
+1
View File
@@ -152,3 +152,4 @@ async def get_svg(request, name):
if __name__ == "__main__": if __name__ == "__main__":
app.run(host="0.0.0.0", port=8000) app.run(host="0.0.0.0", port=8000)
print("Exiting...\n")