don’t save gi if it doesn’t exist

This commit is contained in:
Lionel Dricot 2022-02-15 16:05:10 +01:00
parent 39caf95381
commit 33cc967df1
1 changed files with 1 additions and 1 deletions

View File

@ -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):