Commit 944cdf89 authored by Adrian Georgescu's avatar Adrian Georgescu

Fixed loading Google URL

parent 39d31fe8
...@@ -693,7 +693,7 @@ class GoogleAuthorizationView(QWebView): ...@@ -693,7 +693,7 @@ class GoogleAuthorizationView(QWebView):
@run_in_gui_thread @run_in_gui_thread
def open(self, url): def open(self, url):
self.load(QUrl.fromEncoded(url)) self.load(QUrl.fromEncoded(url.encode()))
self.show() self.show()
def closeEvent(self, event): def closeEvent(self, event):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment