ticker: fix "non-required setting(s) <symbol> with no default!"

This commit is contained in:
enkore 2022-01-02 18:21:23 +01:00 committed by GitHub
parent 6cced3aacc
commit b8d872f8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ class Ticker(IntervalModule):
("bad_threshold", "The target value for consindering the stock a poor value"),
"format"
)
#required = "symbol"
required = ("symbol",)
good_color = "#00FF00" # green
caution_color = "#FFFF00" # yellow
bad_color = "#FF0000" # red