Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pololot64 committed Aug 5, 2021
2 parents 7bb1f11 + 4d51a7f commit ec9a7a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,6 @@ def quitter():
machines = re.sub(r'[^a-zA-Z0-9./\n-]', r'', machines).splitlines()
machines[:] = (value for value in machines if value != "")

machines = ["test"]

This comment was marked as spam.

Copy link
@tuckstarrydell

tuckstarrydell Jun 10, 2022

fix #10 #11 #9 #8 #7 commit

This comment was marked as spam.

Copy link
@tuckstarrydell

if len(machines) > 1:
# animator.animate("start", [0, 0])
Expand Down

0 comments on commit ec9a7a3

Please sign in to comment.