fixed spacing

This commit is contained in:
2023-07-23 23:17:57 -04:00
parent d55a5fff83
commit aa8574da13

View File

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