(Go: >> BACK << -|- >> HOME <<)

Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmabli committed Aug 25, 2022
1 parent 39553df commit b146cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2022/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def getfirstlaundrycolor(baystatus):
gurn(160, fb="forward", tp="tank", speed=80)

print(time.time() - starttime)
if time.time() - starttime < 107.25: # ~12.75 seconds
if time.time() - starttime < 108.5: # ~12.75 seconds
first = getfirstlaundrycolor(baystatus)
baystatus = frombay(baystatus, {"type" : "laundry", "color" : first[1]}, "front", liftheight="half")
straight(-20)
Expand Down Expand Up @@ -667,7 +667,7 @@ def getfirstlaundrycolor(baystatus):
straight(-150)
straight(280)
gurn(45, fb="forward", tp="tank", speed=100)
straight(-25)
straight(-30)
lift(ud="upfull")
grab(oc="open", percentage=1.5)

Expand Down

0 comments on commit b146cc5

Please sign in to comment.