Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
weliasz committed Sep 13, 2021
1 parent b51b84c commit 39b5c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_connect_for_snmp_poller/manager/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def snmp_polling(
host, version, community, profile, server_config, index, one_time_flag=False
):
logger.info("Before async")
snmp_polling_async(host, version, community, profile, server_config, index, one_time_flag)
async_to_sync(snmp_polling_async(host, version, community, profile, server_config, index, one_time_flag))()
logger.info("After async")


Expand Down

0 comments on commit 39b5c7a

Please sign in to comment.