mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-04 19:19:33 +00:00
tools: Fix typo in animation_info
This commit is contained in:
@@ -84,7 +84,7 @@ if __name__ == "__main__":
|
||||
print("\nOutput frames on fly start action:")
|
||||
data = animation.get_table(a.output_frames, header)
|
||||
print (tabulate(data, headers=header))
|
||||
print("\nOutput frames in takeoff start action:")
|
||||
print("\nOutput frames on takeoff start action:")
|
||||
data = animation.get_table(a.output_frames_takeoff, header)
|
||||
print (tabulate(data, headers=header))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user