Browse Source

make channels frozen

main
Brett Langdon 2 years ago
parent
commit
c6a892e012
No known key found for this signature in database GPG Key ID: 9BAD4322A65AD78B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/dlhdhr/dlhd/channels.py

+ 1
- 1
src/dlhdhr/dlhd/channels.py View File

@ -6,7 +6,7 @@ from typing import Iterator
from dlhdhr import config from dlhdhr import config
@dataclass(frozen=False)
@dataclass(frozen=True)
class DLHDChannel: class DLHDChannel:
number: str number: str
name: str name: str


Loading…
Cancel
Save