diff --git a/src/web/python/chocomae/batch/backup_unregister_maestro.py b/src/web/python/chocomae/batch/backup_unregister_maestro.py index 7412d98..ccb4fb8 100644 --- a/src/web/python/chocomae/batch/backup_unregister_maestro.py +++ b/src/web/python/chocomae/batch/backup_unregister_maestro.py @@ -4,8 +4,8 @@ import subprocess from batch.unpaid_maestro_manager import UnpaidMaestroManager -# print('# args : {}'.format(len(sys.argv))) -# print('args : {}'.format(str(sys.argv))) +print('# args : {}'.format(len(sys.argv))) +print('args : {}'.format(str(sys.argv))) mode = 'mac' arg_count = len(sys.argv) if arg_count > 1: