We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a4fd8 commit b7f854dCopy full SHA for b7f854d
loki.py
@@ -515,4 +515,6 @@ def logout():
515
516
# start server
517
app.run(host=WEB_SERVER_IP, port=WEB_SERVER_PORT)
518
+
519
+ # stop server
520
server.stop()
0 commit comments