Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/blinktrade/bitex
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhopro committed Mar 1, 2015
2 parents 7b7604f + 9007f3e commit 103b4a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/arbitrage/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def login(self, broker_id, user, password):
'BrokerID': broker_id,
'Username': user,
'Password':password,
'UserReqTyp': '1'
'UserReqTyp': '1',
'FingerPrint': 9999
}
self.send(json.dumps(loginMsg))

Expand Down

0 comments on commit 103b4a3

Please sign in to comment.