mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
98f09c85e9
commit
61f04f6e60
|
@ -508,6 +508,7 @@ def announce_seen(base_dir: str, nickname: str, domain: str,
|
||||||
announce_id = remove_id_ending(message_json['id'])
|
announce_id = remove_id_ending(message_json['id'])
|
||||||
if text_in_file(announce_id, seen_filename):
|
if text_in_file(announce_id, seen_filename):
|
||||||
return False
|
return False
|
||||||
|
print('DEBUG: post already seen ' + post_url)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue