mirror of
https://github.com/sys-nyx/red-arch.git
synced 2025-05-06 08:45:31 -04:00
added basic implementatin of search
This commit is contained in:
parent
39d417615d
commit
57f4d5c744
5 changed files with 3478 additions and 80 deletions
|
@ -116,7 +116,6 @@ def generate_html(subs: list[str], sub_dict, min_score=0, min_comments=0, hide_d
|
|||
stat_links += len(threads)
|
||||
stat_sub_links += len(threads)
|
||||
for t in threads:
|
||||
print(t['id'])
|
||||
if validate_link(t, min_score, min_comments):
|
||||
write_link_page(subs, t, sub, hide_deleted_comments)
|
||||
built += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue