mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-13 19:25:58 +00:00
feat: add statistics page
This commit is contained in:
@@ -41,7 +41,7 @@ async def main():
|
||||
LOG.info("Starting job worker...")
|
||||
while True:
|
||||
await process_job()
|
||||
await asyncio.sleep(5) # Sleep for 5 seconds before checking for new jobs
|
||||
await asyncio.sleep(5)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user