Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from opentechinstitute/clientPath-fix
Browse files Browse the repository at this point in the history
additional adjustment to client.py
  • Loading branch information
critzo committed Nov 23, 2015
2 parents cff5aa2 + e31cfa4 commit 43f697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def send_testIDs():


config.read(configFile)
clientPath= config.get("Addresses", "client_path")
#clientPath= config.get("Addresses", "client_path")
server_address=config.get("Addresses", "server_address")
deviceID= config.get("Addresses", "deviceID")
#clientID= "partnerID/groupID/deviceID"
Expand Down

0 comments on commit 43f697e

Please sign in to comment.