Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ support: contributions welcome.

- [GaggiMate](https://gaggimate.eu) by jniebuhr — the machine controller this
companion talks to.
- The dial-in hint rules follow the
- The dial-in hints follow the guide from
[Automatic Pro cheat sheet](https://modsmthng.github.io/Automatic-Pro/) by
**modsmthng**.

Expand Down
4 changes: 2 additions & 2 deletions src/matebot/hints.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"""Dial-in hints after a disappointing shot.

The rules follow the dial-in guidance from modsmthng's Automatic Pro cheat
The suggestions follow the dial-in guide from modsmthng's Automatic Pro cheat
sheet (https://modsmthng.github.io/Automatic-Pro/v3/): adjust grind first,
then ratio, then temperature — one variable at a time; sour points to
under-extraction, bitter to over-extraction. Full credit to modsmthng.
"""

from __future__ import annotations

CREDIT = "Rules from modsmthng's Automatic Pro cheat sheet modsmthng.github.io/Automatic-Pro"
CREDIT = "Guide: modsmthng's Automatic Pro cheat sheet, modsmthng.github.io/Automatic-Pro"


def _ratio(notes: dict) -> float | None:
Expand Down
Loading