Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
[REMOVED] unmatched assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZablah committed Nov 9, 2023
1 parent 55f0eb6 commit 1363c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1363c38

Please sign in to comment.