diff --git a/main.py b/main.py
index d26ada7c3da0ae263212deec8439499789fae1aa..7a6f4a8a4136eee6bbf9572cd93bf4f724be8575 100755
--- a/main.py
+++ b/main.py
@@ -3,7 +3,8 @@
 import traceback
 def show_exception_and_exit(exc_type, exc_value, tb):
     traceback.print_exception(exc_type, exc_value, tb)
-    input("Press any key to exit.")
+    # input("Press any key to exit.")
+    # PROG BETA calls this program. do not block
     sys.exit(-1)
 
 import sys