Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AIIX committed Nov 30, 2022
1 parent 935619e commit e30c9b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ovos_utils/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,8 @@ def show_image(self, url, caption=None,
title (str): A title to display above the image content
fill (str): Fill type supports 'PreserveAspectFit',
'PreserveAspectCrop', 'Stretch'
background_color (str): A background color for the page
background_color (str): A background color for
the page in hex i.e. #000000
override_idle (boolean, int):
True: Takes over the resting page indefinitely
(int): Delays resting page for the specified number of
Expand Down Expand Up @@ -855,6 +856,8 @@ def show_animated_image(self, url, caption=None,
title (str): A title to display above the image content
fill (str): Fill type supports 'PreserveAspectFit',
'PreserveAspectCrop', 'Stretch'
background_color (str): A background color for
the page in hex i.e. #000000
override_idle (boolean, int):
True: Takes over the resting page indefinitely
(int): Delays resting page for the specified number of
Expand Down

0 comments on commit e30c9b6

Please sign in to comment.