--- a/VultureChecker/VultureCheckerService.py Sat Dec 23 15:48:46 2023 +0100 +++ b/VultureChecker/VultureCheckerService.py Sat Dec 23 16:08:42 2023 +0100 @@ -17,7 +17,8 @@ """ Initialize the service and return the entry point. - @return the entry point for the background client (function) + @return the entry point for the background client + @rtype function """ return vultureCheck @@ -26,7 +27,8 @@ """ Initialize the batch service and return the entry point. - @return the entry point for the background client (function) + @return the entry point for the background client + @rtype function """ return batchVultureCheck