We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50094d5 commit 66ab433Copy full SHA for 66ab433
1 file changed
patch_ableton.py
@@ -354,4 +354,7 @@ def main():
354
input("Press Enter to exit...")
355
except Exception as e:
356
print(f"\nPatch failed: {e}")
357
- input("Press Enter to exit...")
+ input("Press Enter to exit...")
358
+
359
+if __name__ == "__main__":
360
+ main()
0 commit comments