mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
preparescript: Fix addcoin
This commit is contained in:
@@ -608,7 +608,8 @@ class BasicSwap(BaseApp):
|
||||
stopping = True
|
||||
time.sleep(i + 1)
|
||||
except Exception as ex:
|
||||
if 'Could not connect' in str(ex):
|
||||
str_ex = str(ex)
|
||||
if 'Could not connect' in str_ex or 'Could not locate RPC credentials' in str_ex:
|
||||
if stopping:
|
||||
for i in range(30):
|
||||
# The lock file doesn't get deleted
|
||||
|
||||
Reference in New Issue
Block a user