Merge "Redisplay after spawning browser"

This commit is contained in:
Jenkins 2015-08-07 15:39:59 +00:00 committed by Gerrit Code Review
commit 0b9380edce
1 changed files with 1 additions and 0 deletions

View File

@ -530,6 +530,7 @@ class App(object):
def openURL(self, url):
self.log.debug("Open URL %s" % url)
webbrowser.open_new_tab(url)
self.loop.screen.clear()
def time(self, dt):
utc = dt.replace(tzinfo=dateutil.tz.tzutc())