From 2eadaa5eed3c3d5d01ec972738f02cf4b3ce6562 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:22:16 +1300 Subject: [PATCH] stats --- app/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cli.py b/app/cli.py index fd940aaa..784f8691 100644 --- a/app/cli.py +++ b/app/cli.py @@ -179,7 +179,7 @@ def register(app): else: f = File.query.filter(File.file_path == file_path).first() if f is None: - print(file_path) + os.unlink(file_path) def parse_communities(interests_source, segment): lines = interests_source.split("\n")