From 1363c380a47ada651ae62fde302ea81d281a0771 Mon Sep 17 00:00:00 2001 From: MrZablah Date: Thu, 9 Nov 2023 13:57:08 +0100 Subject: [PATCH] [REMOVED] unmatched assets --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 39edba0..8b79b29 100644 --- a/main.py +++ b/main.py @@ -27,9 +27,9 @@ async def step_three(): async def step_four(): - logger.debug("Step 3: ------------ Running ------------") + logger.debug("Step 4: ------------ Running ------------") unmatched_assets.main() - logger.debug("Step 3: ------------ Finished ------------") + logger.debug("Step 4: ------------ Finished ------------") # Run tasks immediately if run_now is True @@ -39,7 +39,7 @@ async def run_tasks(run_now): await step_one() await step_two() await step_three() - await step_four() + # await step_four() # Create and run the asyncio event loop