mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
1c162f7f88
commit
bd80115869
2
utils.py
2
utils.py
|
@ -3304,6 +3304,8 @@ def update_announce_collection(recent_posts_cache: {},
|
|||
post_json_object)
|
||||
if cached_post_filename:
|
||||
if os.path.isfile(cached_post_filename):
|
||||
print('update_announce_collection: removing ' +
|
||||
cached_post_filename)
|
||||
try:
|
||||
os.remove(cached_post_filename)
|
||||
except OSError:
|
||||
|
|
Loading…
Reference in New Issue