This commit is contained in:
rimu 2024-02-10 12:22:16 +13:00
parent 82b89d66de
commit 2eadaa5eed

View file

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