Revert post visibility to public

This commit is contained in:
Liam Steckler 2024-01-14 17:10:15 -08:00
parent 860a083405
commit 03308124d9

View file

@ -50,7 +50,7 @@ for article in articles:
+ kuow_base_url
+ article_link
+ "\n#KUOW #News",
visibility="unlisted",
visibility="public",
)
with open(log_file, "a") as fp:
fp.write(article_link + "\n")