This commit is contained in:
Ahmed Bodiwala 2014-01-30 22:12:25 +00:00
parent df94a0967d
commit d1094c3715
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class BitcoinRPCManager(object):
if len(self.conns) <= 1:
log.error("Problem with Pool 0 -- NO ALTERNATE POOLS!!!")
time.sleep(4)
self.curr_conn = 0
return
log.error("Problem with Pool %i Switching to Next!" % (self.curr_conn) )
self.curr_conn = self.curr_conn + 1

1
twistd.pid Normal file
View File

@ -0,0 +1 @@
13930