Deactivate httpupload for zeroconf

This commit is contained in:
Philipp Hörist 2018-03-11 22:12:00 +01:00
parent f7c47c23b3
commit 956feb7ac4
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class ConnectionZeroconf(CommonConnection, ConnectionHandlersZeroconf):
# we don't need a password, but must be non-empty
self.password = 'zeroconf'
self.autoconnect = False
self.httpupload = False
CommonConnection.__init__(self, name)
self.is_zeroconf = True