mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
do not try to connect to daemon on windows (af_unix)
This commit is contained in:
parent
d2097c15d9
commit
4780d8f811
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ def get_daemon(config, start_daemon=True):
|
|||
daemon_started = True
|
||||
else:
|
||||
time.sleep(0.1)
|
||||
except:
|
||||
# do not use daemon if AF_UNIX is not available (windows)
|
||||
return False
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue