fixed small typos
This commit is contained in:
parent
b6c94f23de
commit
e211ed0c54
3 changed files with 13 additions and 13 deletions
|
@ -138,5 +138,4 @@ class Oauth:
|
|||
|
||||
def tentia_callback(self, url):
|
||||
script = "tentia_instance.requestAccessToken('" + url.toString() + "');"
|
||||
print script
|
||||
self.core.page().mainFrame().evaluateJavaScript(script)
|
||||
|
|
Reference in a new issue