Skip to content

Commit

Permalink
updated check_blue_talon_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Dec 22, 2016
1 parent eae2ac7 commit 67712db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check_blue_talon_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def __init__(self):
self.default_host = 'localhost'
self.default_port = 8111
self.default_user = 'btadminuser'
self.default_password = 'P@ssw0rd'
self.host = self.default_host
self.port = self.default_port
self.user = self.default_user
Expand Down

0 comments on commit 67712db

Please sign in to comment.