mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
committed by
GitHub
parent
2359243b97
commit
a34761a52d
@@ -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