mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Don't log to closed file.
This commit is contained in:
@@ -617,7 +617,7 @@ def main():
|
|||||||
)
|
)
|
||||||
runClient(fp, data_dir, chain, start_only_coins)
|
runClient(fp, data_dir, chain, start_only_coins)
|
||||||
|
|
||||||
logger.info("Done.")
|
print("Done.")
|
||||||
return swap_client.fail_code if swap_client is not None else 0
|
return swap_client.fail_code if swap_client is not None else 0
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user