Skip to content

Commit

Permalink
Remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsavelyev committed Feb 21, 2024
1 parent ff3bf8b commit abc1629
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from asyncio import sleep

from typing import List, Dict

Expand Down Expand Up @@ -110,7 +109,6 @@ async def version(
Endpoint for MultiQC that returns the latest release, and logs
the visit along with basic user environment detail.
"""
await sleep(60)
background_tasks.add_task(
_log_visit,
version_multiqc=version_multiqc,
Expand Down

0 comments on commit abc1629

Please sign in to comment.