Skip to content

Commit

Permalink
fix: error with ended span
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Feb 9, 2024
1 parent c2a14c4 commit cf95ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ado_asana_sync/sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def start_sync(app: App) -> None:
_LOGGER.info(
"Sync process complete, sleeping for %s seconds", app.sleep_time
)
span.end()
sleep(app.sleep_time)

sleep(app.sleep_time)


def read_projects() -> list:
Expand Down

0 comments on commit cf95ffd

Please sign in to comment.