Skip to content

Commit 1927f79

Browse files
feat: lower revolutions per minute to avoid overfilling snack bowl
1 parent 2ec5723 commit 1927f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Refiller(Generic, EasyResource):
3131
event = Event()
3232
auto_start = False
3333
rpm = 60
34-
rev = 10
34+
rev = 4
3535

3636
@classmethod
3737
def new(

0 commit comments

Comments
 (0)