Revert post visibility to public
This commit is contained in:
parent
860a083405
commit
03308124d9
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ for article in articles:
|
||||||
+ kuow_base_url
|
+ kuow_base_url
|
||||||
+ article_link
|
+ article_link
|
||||||
+ "\n#KUOW #News",
|
+ "\n#KUOW #News",
|
||||||
visibility="unlisted",
|
visibility="public",
|
||||||
)
|
)
|
||||||
with open(log_file, "a") as fp:
|
with open(log_file, "a") as fp:
|
||||||
fp.write(article_link + "\n")
|
fp.write(article_link + "\n")
|
||||||
|
|
Loading…
Reference in a new issue