Skip to content

Commit 66ab433

Browse files
committed
Update patch_ableton.py
1 parent 50094d5 commit 66ab433

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

patch_ableton.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,7 @@ def main():
354354
input("Press Enter to exit...")
355355
except Exception as e:
356356
print(f"\nPatch failed: {e}")
357-
input("Press Enter to exit...")
357+
input("Press Enter to exit...")
358+
359+
if __name__ == "__main__":
360+
main()

0 commit comments

Comments
 (0)