From 656a27c994c10b21d1a011d2950a1a788d04ddab Mon Sep 17 00:00:00 2001 From: Victorious Children Studios Date: Mon, 18 Dec 2023 20:50:53 +0200 Subject: [PATCH] Fixed a thing --- network/http_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/http_client.py b/network/http_client.py index 0867463..f6693f9 100644 --- a/network/http_client.py +++ b/network/http_client.py @@ -118,7 +118,7 @@ def download_missing_changed(win, cur): if fdata.get("to_download", True): print("Downloading", f) down(win, website, f, fdata.get("filesize", 10000)) - del win.current["remote-folder-data"][cur][t][f] + del win.current["remote-folder-data"][cur][t][f] except: pass