tphakala / birdnet-go

Realtime BirdNET soundscape analyzer
Other
137 stars 14 forks source link

config.go error #148

Closed matthew73210 closed 1 month ago

matthew73210 commented 1 month ago

In line 267 of config.go, there's a tab. It causes the viper to error out. Removing said tab fixes the issue

  birdweather:
    enabled: false        # true to enable birdweather uploads
    locationaccuracy: 500 # accuracy of location in meters
    debug: false          # true to enable birdweather api debug mode
    id: 00000             # birdweather ID

  rtsp:
    url:                # RTSP stream URL
    transport: tcp      # RTSP Transport Protocol