mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 15:25:59 -04:00
Invalid syntax in WebsockReceiverThread._javascript_dialog_open
Fix `)` position
This commit is contained in:
parent
d6c707d941
commit
646faa8ab0
@ -228,7 +228,7 @@ class WebsockReceiverThread(threading.Thread):
|
||||
self.websock.send(
|
||||
json.dumps(dict(
|
||||
id=0, method='Page.handleJavaScriptDialog',
|
||||
params={'accept': accept})), separators=',:')
|
||||
params={'accept': accept}), separators=',:'))
|
||||
|
||||
def _handle_message(self, websock, json_message):
|
||||
message = json.loads(json_message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user