removed "self" argument.
This commit is contained in:
parent
2c24e076ae
commit
94fb108cf6
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class StateSingleton:
|
|||
|
||||
|
||||
def update(self):
|
||||
self.update_step(self)
|
||||
self.update_step()
|
||||
print("at step: " + self.transition_count + " from default in expression: " + self.desired_expression)
|
||||
self.draw_face()
|
||||
|
||||
|
|
Loading…
Reference in a new issue