From 33cc967df15658e74fdd56a5ebf4beefab2e3428 Mon Sep 17 00:00:00 2001 From: Lionel Dricot Date: Tue, 15 Feb 2022 16:05:10 +0100 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20save=20gi=20if=20it=20doesn?= =?UTF-8?q?=E2=80=99t=20exist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- offpunk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offpunk.py b/offpunk.py index 96596cb..25b174e 100755 --- a/offpunk.py +++ b/offpunk.py @@ -1413,7 +1413,7 @@ class GeminiClient(cmd.Cmd): print("%s not available, marked for syncing"%gi.url) else: print("%s already marked for syncing"%gi.url) - self.gi = gi + #self.gi = gi return # check if local file exists. if gi.local and not os.path.exists(gi.path):