Deactivate httpupload for zeroconf
This commit is contained in:
parent
f7c47c23b3
commit
956feb7ac4
|
@ -64,6 +64,7 @@ class ConnectionZeroconf(CommonConnection, ConnectionHandlersZeroconf):
|
||||||
# we don't need a password, but must be non-empty
|
# we don't need a password, but must be non-empty
|
||||||
self.password = 'zeroconf'
|
self.password = 'zeroconf'
|
||||||
self.autoconnect = False
|
self.autoconnect = False
|
||||||
|
self.httpupload = False
|
||||||
|
|
||||||
CommonConnection.__init__(self, name)
|
CommonConnection.__init__(self, name)
|
||||||
self.is_zeroconf = True
|
self.is_zeroconf = True
|
||||||
|
|
Loading…
Reference in New Issue