diff --git a/plugins/BosMon/BosMon.py b/plugins/BosMon/BosMon.py index 0fc49ec..760cc44 100644 --- a/plugins/BosMon/BosMon.py +++ b/plugins/BosMon/BosMon.py @@ -34,10 +34,8 @@ def onLoad(): @return: nothing """ try: - ########## User onLoad CODE ########## - - ########## User onLoad CODE ########## - + # we have to do nothing here... + pass except: logging.error("unknown error") logging.debug("unknown error", exc_info=True) diff --git a/plugins/MySQL/MySQL.py b/plugins/MySQL/MySQL.py index 226c071..ceb377d 100644 --- a/plugins/MySQL/MySQL.py +++ b/plugins/MySQL/MySQL.py @@ -33,10 +33,8 @@ def onLoad(): @return: nothing """ try: - ########## User onLoad CODE ########## - - ########## User onLoad CODE ########## - + # we have to do nothing here... + pass except: logging.error("unknown error") logging.debug("unknown error", exc_info=True) diff --git a/plugins/eMail/eMail.py b/plugins/eMail/eMail.py index 2540dda..ec72743 100644 --- a/plugins/eMail/eMail.py +++ b/plugins/eMail/eMail.py @@ -34,10 +34,8 @@ def onLoad(): @return: nothing """ try: - ########## User onLoad CODE ########## - - ########## User onLoad CODE ########## - + # we have to do nothing here... + pass except: logging.error("unknown error") logging.debug("unknown error", exc_info=True) diff --git a/plugins/firEmergency/firEmergency.py b/plugins/firEmergency/firEmergency.py index 6692a7b..5ea918b 100644 --- a/plugins/firEmergency/firEmergency.py +++ b/plugins/firEmergency/firEmergency.py @@ -29,10 +29,8 @@ def onLoad(): @return: nothing """ try: - ########## User onLoad CODE ########## - - ########## User onLoad CODE ########## - + # we have to do nothing here... + pass except: logging.error("unknown error") logging.debug("unknown error", exc_info=True) diff --git a/plugins/httpRequest/httpRequest.py b/plugins/httpRequest/httpRequest.py index 5455983..0f8a22e 100644 --- a/plugins/httpRequest/httpRequest.py +++ b/plugins/httpRequest/httpRequest.py @@ -30,10 +30,8 @@ def onLoad(): @return: nothing """ try: - ########## User onLoad CODE ########## - - ########## User onLoad CODE ########## - + # we have to do nothing here... + pass except: logging.error("unknown error") logging.debug("unknown error", exc_info=True) diff --git a/plugins/jsonSocket/jsonSocket.py b/plugins/jsonSocket/jsonSocket.py index 6bc6f42..4dec8a5 100644 --- a/plugins/jsonSocket/jsonSocket.py +++ b/plugins/jsonSocket/jsonSocket.py @@ -31,10 +31,8 @@ def onLoad(): @return: nothing """ try: - ########## User onLoad CODE ########## - - ########## User onLoad CODE ########## - + # we have to do nothing here... + pass except: logging.error("unknown error") logging.debug("unknown error", exc_info=True) diff --git a/plugins/template/template.py b/plugins/template/template.py index afe0eaf..9d306c0 100644 --- a/plugins/template/template.py +++ b/plugins/template/template.py @@ -40,9 +40,8 @@ def onLoad(): """ try: ########## User onLoad CODE ########## - + pass ########## User onLoad CODE ########## - except: logging.error("unknown error") logging.debug("unknown error", exc_info=True)