Skip to content

Commit

Permalink
Update ThumbParamsOSC.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaakDl authored and IsaakDl committed Jun 14, 2022
1 parent 832f84f commit 65b684b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ThumbParamsOSC.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import json
from multiprocessing.connection import wait
import traceback
import openvr
import sys
import os
Expand Down Expand Up @@ -114,3 +116,10 @@ def handle_input():
except KeyboardInterrupt:
cls()
exit()
except Exception as e:
cls()
print("UNEXPECTED ERROR\n")
print("Please Create an Issue on GitHub with the following information:\n")
traceback.print_exc()
input("\nPress ENTER to exit")
exit()

0 comments on commit 65b684b

Please sign in to comment.