We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_query_string
1 parent 51a65af commit b23e05cCopy full SHA for b23e05c
voila/query_parameters_handler.py
@@ -57,5 +57,5 @@ def send_updates(cls: 'QueryStringSocketHandler', msg: Dict) -> None:
57
waiter.write_message(payload)
58
except Exception:
59
logging.error("Error sending message", exc_info=True)
60
- else:
61
- cls._cache[kernel_id] = payload
+
+ cls._cache[kernel_id] = payload
0 commit comments