Fix indent.

This commit is contained in:
Florian Bruhin 2015-11-23 11:26:01 +01:00
parent 049102c644
commit efa745b53f

View File

@ -531,7 +531,7 @@ class WebView(QWebView):
immediately=True)
else:
message.warning(self.win_id, "Text '{}' not found on "
"page!".format(text), immediately=True)
"page!".format(text), immediately=True)
else:
def check_scroll_pos():
"""Check if the scroll position got smaller and show info."""