htdocs/automations/refresh_blogs.py
2025-03-04 17:45:31 +00:00

5 lines
85 B
Python

import os
os.system("python3 write_blog_pages.py")
os.system("python3 rss_feed.py")