diff --git a/nexus.py b/nexus.py index b405b54..f597b1a 100644 --- a/nexus.py +++ b/nexus.py @@ -59,5 +59,5 @@ if __name__ == '__main__'': # robot.pause() except KeyboardInterrupt: robot.stop() - except BasicException: + except Exception: raise