The small wave art is currently the default (it appears when running curl localhost:8000). When show_large_wave / slw is called, the small wave still appears above the large wave, like:
The small wave should not be shown if the large wave is shown. There is an argument, hide_wave that hides the small wave, but we are assuming the user has not used that argument in this scenario. The code is in src/art.py
The small wave art is currently the default (it appears when running
curl localhost:8000
). Whenshow_large_wave
/slw
is called, the small wave still appears above the large wave, like:The small wave should not be shown if the large wave is shown. There is an argument,
hide_wave
that hides the small wave, but we are assuming the user has not used that argument in this scenario. The code is insrc/art.py