Skip to content

Commit

Permalink
Change from socketio-based communiction to websocket-based communication
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Apr 23, 2013
1 parent eba597f commit 420b24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goxgui/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, *args):
QApplication.__init__(self, *args)

# initialize model (gox)
goxapi.FORCE_PROTOCOL = 'socketio'
goxapi.FORCE_PROTOCOL = 'websocket'
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 420b24d

Please sign in to comment.