mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
committed by
GitHub
parent
455e73858e
commit
48c5dbfd4d
@@ -36,7 +36,7 @@ class WebView(View):
|
||||
|
||||
def display(self, s: Storage, watch: bool = False):
|
||||
for msg in s.iter_msg(): # iterate overtime
|
||||
# NOTE: iter_msg will correctly seperate the information.
|
||||
# NOTE: iter_msg will correctly separate the information.
|
||||
# TODO: msg may support streaming mode.
|
||||
self.ui.consume_msg(msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user