mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
stats
This commit is contained in:
parent
82b89d66de
commit
2eadaa5eed
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ def register(app):
|
||||||
else:
|
else:
|
||||||
f = File.query.filter(File.file_path == file_path).first()
|
f = File.query.filter(File.file_path == file_path).first()
|
||||||
if f is None:
|
if f is None:
|
||||||
print(file_path)
|
os.unlink(file_path)
|
||||||
|
|
||||||
def parse_communities(interests_source, segment):
|
def parse_communities(interests_source, segment):
|
||||||
lines = interests_source.split("\n")
|
lines = interests_source.split("\n")
|
||||||
|
|
Loading…
Add table
Reference in a new issue