Skip to content

Commit e8006e1

Browse files
committed
Changed default notifications_queue value to singular form
1 parent 8368360 commit e8006e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class MachineConfig(BaseModel, extra=Extra.allow): # type: ignore
7070
security_configuration_path: Optional[Path] = None
7171
auth_url: str = ""
7272

73-
notifications_queue: str = "pato_notifications"
73+
notifications_queue: str = "pato_notification"
7474

7575

7676
def from_file(config_file_path: Path, instrument: str = "") -> Dict[str, MachineConfig]:

0 commit comments

Comments
 (0)