Skip to content

Commit

Permalink
comment you zeroconf
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jan 27, 2021
1 parent f60eb4e commit e7cdace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def start(self):
self.start_event_cleanup()
self.start_recording_maintainer()
self.start_watchdog()
self.zeroconf = broadcast_zeroconf(self.config.mqtt.client_id)
# self.zeroconf = broadcast_zeroconf(self.config.mqtt.client_id)

def receiveSignal(signalNumber, frame):
self.stop()
Expand Down

0 comments on commit e7cdace

Please sign in to comment.