diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index a978d709..d30bb24c 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -229,11 +229,11 @@ tweet_engine_setup: {{ images[topic]|random }} {%- endmacro -%} - {% if topic == "joke" -%} + {% if pick == "joke" -%} {{ "\"/config/www/custom_ui/floorplan/images/branding/jokes/Tweet_" ~ range(1, 72) | random ~ ".png\"" }} - {%- else -%} - {{ image(pick) }} - {%- endif -%} + {%- else -%} + {{ image(pick) }} + {%- endif -%} tweet_engine_image: sequence: diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index 567d4723..21a804eb 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ