projects
/
kiosk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd6cca
)
Remove test from stock renderer.
author
Scott Gasch
<scott@gasch.org>
Sat, 11 Mar 2023 22:26:06 +0000
(14:26 -0800)
committer
Scott Gasch
<scott@gasch.org>
Sat, 11 Mar 2023 22:26:06 +0000
(14:26 -0800)
stock_renderer.py
patch
|
blob
|
history
diff --git
a/stock_renderer.py
b/stock_renderer.py
index ae6564814eef00e1d10174f90975c4ac59a24573..b13af908235908428ea1e0dc747fca0424624058 100644
(file)
--- a/
stock_renderer.py
+++ b/
stock_renderer.py
@@
-236,9
+236,9
@@
class stock_quote_renderer(renderer.abstaining_renderer):
# Test
-x = stock_quote_renderer(
- {},
- ["MSFT", "GOOG", "BTC-USD", "ABHYX", "GC=F", "VNQ"],
- {"BTC-USD": "BTC", "GC=F": "GOLD"},
-)
-x.periodic_render(None)
+
#
x = stock_quote_renderer(
+
#
{},
+
#
["MSFT", "GOOG", "BTC-USD", "ABHYX", "GC=F", "VNQ"],
+
#
{"BTC-USD": "BTC", "GC=F": "GOLD"},
+
#
)
+
#
x.periodic_render(None)