Little lint

This commit is contained in:
Matthew Stratford 2021-09-23 00:03:36 +01:00
parent 84f0bae69b
commit 827b7c685f

View file

@ -833,7 +833,7 @@ class Player:
) )
) )
# Just make sure that if we stop and do nothing, we end up at 0. # Just make sure that if we stop and do nothing, we end up at 0.
self.state.update("pos",0) self.state.update("pos", 0)
# Repeat 1 # Repeat 1
# TODO ENUM # TODO ENUM