This commit is contained in:
Ian Walton 2021-03-23 00:20:34 -04:00
parent cad494abe0
commit afc0d42db6

View File

@ -364,8 +364,6 @@ class WebviewClient(object):
json.dump(extra_options, fh)
window.closing += handle_close
# REMOVE ME!!!!!!!!!!!!
sleep(3600)
if self.cef:
webview.start(gui="cef")
else: