Skip to content
Snippets Groups Projects
Commit 956feb7a authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Deactivate httpupload for zeroconf

parent f7c47c23
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment