do not try to connect to daemon on windows (af_unix)
This commit is contained in:
@@ -60,6 +60,9 @@ def get_daemon(config, start_daemon=True):
|
|||||||
daemon_started = True
|
daemon_started = True
|
||||||
else:
|
else:
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
|
except:
|
||||||
|
# do not use daemon if AF_UNIX is not available (windows)
|
||||||
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user