From f34971dc867ecd7ae178a22174c5c4e4b61f0d24 Mon Sep 17 00:00:00 2001 From: Sandor <42894364+54ny7@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:28:29 +0200 Subject: [PATCH] Update server-minimal.py typo --- examples/server-minimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server-minimal.py b/examples/server-minimal.py index 4df4e0db0..ef3952868 100644 --- a/examples/server-minimal.py +++ b/examples/server-minimal.py @@ -34,5 +34,5 @@ count += 0.1 myvar.set_value(count) finally: - #close connection, remove subcsriptions, etc + #close connection, remove subscriptions, etc server.stop()