This commit is contained in:
doms9 2025-08-19 10:54:50 -04:00
parent 5e66ad6f80
commit 00000d94a5
4 changed files with 109 additions and 100 deletions

View file

@ -104,8 +104,3 @@ def main(client: httpx.Client) -> None:
urls[key] = link
print(f"Collected {len(urls)} live events")
# if __name__ == "__main__":
# # create client beforehand
# main()