Skip to content

Commit

Permalink
Fix new socketio instead of old websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Apr 14, 2013
1 parent 99d9514 commit 49c019f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goxgui/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def __init__(self, *args):
QApplication.__init__(self, *args)

# initialize model (gox)
goxapi.FORCE_PROTOCOL = 'socketio'
self.config = goxapi.GoxConfig("goxtool.ini")
self.secret = goxapi.Secret(self.config)
self.gox = goxapi.Gox(self.secret, self.config)
Expand Down

0 comments on commit 49c019f

Please sign in to comment.