mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
e522335424
commit
ae0a450344
@ -1382,7 +1382,7 @@ class Zeroconf(object):
|
||||
changed if needed to make it unique on the network."""
|
||||
self.checkService(info)
|
||||
self.services[info.name.lower()] = info
|
||||
self.servicetypes.set(info.type, self.servicetypes.get(info.type, 0) + 1)
|
||||
self.servicetypes[info.type] = self.servicetypes.get(info.type, 0) + 1
|
||||
now = currentTimeMillis()
|
||||
nextTime = now
|
||||
i = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user