Migrate sanity_check.py into the respective daemons

This commit is contained in:
Nico Schottelius 2019-12-07 14:25:21 +01:00
commit 9517e73233
4 changed files with 22 additions and 35 deletions

View file

@ -18,8 +18,6 @@ if __name__ == "__main__":
args = arg_parser.parse_args()
try:
check()
if args.component == 'api':
from ucloud.api.main import main