removed test line code

pull/231/head
Yariv Menachem 2024-12-11 11:35:36 +02:00
parent c8873c8969
commit c6a7729481
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ async def main():
print(f"Found {len(jobs)} jobs")
new_jobs = insert_jobs(jobs, jobs_collection)
await send_job_to_telegram(jobs[0])
for new_job in new_jobs:
await send_job_to_telegram(new_job)