From f2fd2892255e3bd0696fb12b69b705dfeb494b9b Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Wed, 6 Dec 2023 20:11:54 -0700 Subject: [PATCH] Remove activity download. --- app/chesscom.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/chesscom.py b/app/chesscom.py index 0b0f4b0..2b71439 100644 --- a/app/chesscom.py +++ b/app/chesscom.py @@ -67,10 +67,6 @@ class Fetcher(BaseFetcher): f"https://www.chess.com/member/{username}", self.path_coach_file(username, f"{username}.html"), ), - ( - f"https://www.chess.com/callback/member/activity/{username}?page=1", - self.path_coach_file(username, "activity.json"), - ), ( f"https://www.chess.com/callback/member/stats/{username}", self.path_coach_file(username, "stats.json"),