fixed spacing

This commit is contained in:
2023-07-23 23:17:27 -04:00
parent e01b3d11ec
commit d55a5fff83

View File

@@ -487,7 +487,7 @@ if __name__ == '__main__':
logger.debug('Restarting the {} service'.format(services_to_restart[service_to_restart])) logger.debug('Restarting the {} service'.format(services_to_restart[service_to_restart]))
response = request('service/restart', api_key, 'POST', {'service': service_to_restart}) response = request('service/restart', api_key, 'POST', {'service': service_to_restart})
if response['ok']: if response['ok']:
logger.debug('Service {} was restarted successfully'.format(services_to_restart[service_to_restart]) logger.debug('Service {} was restarted successfully'.format(services_to_restart[service_to_restart])
else: else:
logger.error('Service {} was NOT restarted'.format(services_to_restart[service_to_restart]) logger.error('Service {} was NOT restarted'.format(services_to_restart[service_to_restart])
else: else: