Skip to content

Commit

Permalink
Allow multiple get_query_string calls
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Oct 14, 2021
1 parent 51a65af commit daf703c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voila/query_parameters_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ def send_updates(cls: 'QueryStringSocketHandler', msg: Dict) -> None:
waiter.write_message(payload)
except Exception:
logging.error("Error sending message", exc_info=True)
else:
cls._cache[kernel_id] = payload

cls._cache[kernel_id] = payload

0 comments on commit daf703c

Please sign in to comment.