Skip to content

Commit b23e05c

Browse files
committed
Allow multiple get_query_string calls
1 parent 51a65af commit b23e05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

voila/query_parameters_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ def send_updates(cls: 'QueryStringSocketHandler', msg: Dict) -> None:
5757
waiter.write_message(payload)
5858
except Exception:
5959
logging.error("Error sending message", exc_info=True)
60-
else:
61-
cls._cache[kernel_id] = payload
60+
61+
cls._cache[kernel_id] = payload

0 commit comments

Comments
 (0)