Skip to content
Snippets Groups Projects
Commit 627a3f78 authored by Erik Reid's avatar Erik Reid
Browse files

typo

parent f50053df
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ def _setup_logging(*args, **kwargs):
@app.task
def snmp_refresh_interfaces(hostname, community):
task_logger = logging.getlogger(constants.TASK_LOGGER_NAME)
task_logger = logging.getLogger(constants.TASK_LOGGER_NAME)
task_logger.debug(
'>>> snmp_refresh_interfaces(%r, %r)' % (hostname, community))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment