Skip to content

Commit

Permalink
Line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgesling committed Oct 31, 2021
1 parent 544232b commit c93dff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ def display_article(self, article: Article):
self.gui['imgLink'] = article.image or ''
# TODO - Duration of article display currently fixed at 60 seconds.
# This should be more closely tied with the speech of the summary.
self.gui.show_pages(['feature_image.qml', 'summary.qml'], override_idle=60)
self.gui.show_pages(
['feature_image.qml', 'summary.qml'], override_idle=60)

def update_display_data(self, article: Article):
"""Update the GUI display data when a page is already being shown.
Expand Down

0 comments on commit c93dff6

Please sign in to comment.