Skip to content

Commit

Permalink
Merge branch 'master' of github.com:m0mchil/poclbm
Browse files Browse the repository at this point in the history
  • Loading branch information
m0mchil committed Sep 20, 2012
2 parents fffafb9 + f1fd5f8 commit 3b25994
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,9 @@ def server_transport(self):
if len(self.server) < 6:
if self.server[0] == 'stratum':
self.server = self.server + (StratumTransport.StratumTransport(self, self.server), )
elif self.server[0] == 'http' or self.server[0] == 'https':
self.server = self.server + (HttpTransport.HttpTransport(self, self.server), )
else:
http_server = HttpTransport.HttpTransport(self, self.server)
say_line('no protocol specified, detecting...')
say_line('checking for stratum...')

stratum_host = http_server.detect_stratum()
if stratum_host:
Expand Down

0 comments on commit 3b25994

Please sign in to comment.