Fixes
This commit is contained in:
parent
df94a0967d
commit
d1094c3715
@ -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
1
twistd.pid
Normal file
@ -0,0 +1 @@
|
||||
13930
|
||||
Loading…
Reference in New Issue
Block a user