4

while (working) {
if (time.now() - last_pause > 45m) {
rest_eyes(me)
}
}

Comments
Add Comment