File: const.py

package info (click to toggle)
sonos-websocket 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: python: 182; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
"""Constants used by sonos_websocket."""
API_KEY = "123e4567-e89b-12d3-a456-426655440000"

MAX_ATTEMPTS = 2