Merge "Redisplay after spawning browser"
This commit is contained in:
commit
0b9380edce
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user