From dc8e0aa86e71a451c65b37d46f510af01c78f630 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 8 Nov 2023 01:20:18 -0700 Subject: [PATCH] repeat commit --- player_games.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player_games.py b/player_games.py index 9a814d0..0d8507d 100644 --- a/player_games.py +++ b/player_games.py @@ -6,6 +6,7 @@ import os import json import concurrent.futures + def playerArchives(username): # Create archive list. This is a list of pages containing lists of games used for futher downloading @@ -60,4 +61,3 @@ def multiThredd(username, archive): return pgn_db -