Skip to content

Commit

Permalink
Update zeroconf to 0.19.3 from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalex committed Jun 20, 2019
1 parent 7c07682 commit 30e13a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kolibri/core/discovery/utils/network/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

logger = logging.getLogger(__name__)

SERVICE_TYPE = "_kolibri._http._tcp.local."
SERVICE_TYPE = "Kolibri._sub._http._tcp.local."
LOCAL_DOMAIN = "kolibri.local"

ZEROCONF_STATE = {"zeroconf": None, "listener": None, "service": None}
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sentry-sdk==0.7.9
django-redis-cache==2.0.0
redis==3.2.1
html5lib==1.0.1
git+https://github.com/learningequality/python-zeroconf.git@8d0e70029a925862e965519c9d42b4016d694d5c#egg=zeroconf
zeroconf-py2compat==0.19.3

0 comments on commit 30e13a8

Please sign in to comment.