updated and fixed formatting with proper version of python black

This commit is contained in:
Blake Harnden 2023-06-13 21:49:50 -07:00
parent a80796ac72
commit db89fbf066
9 changed files with 49 additions and 41 deletions

View file

@ -97,7 +97,7 @@ def main():
core.move_node(sessions[0].id, node_number, position=position)
current_x = x
current_y = y
time.sleep(.25)
time.sleep(0.25)
if __name__ == "__main__":