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 6, 2016
1 parent 37533b8 commit 94d2ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check_blue_talon_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ def __init__(self):
self.default_host = 'localhost'
self.default_port = 8111
self.default_user = 'btadminuser'
self.host = None
self.port = None
self.user = None
self.host = self.default_host
self.port = self.default_port
self.user = self.default_user
self.password = None
self.expected = None
self.api_version = '1.0'
Expand Down

0 comments on commit 94d2ad4

Please sign in to comment.