get front page news out of my home idr

master
vilmibm 2019-01-25 23:00:42 +00:00
parent 6ad09552ad
commit 1f7dd6707f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ import subprocess
SYSTEM_USERS = ['wiki', 'root', 'ubuntu', 'nate', 'nobody']
DEFAULT_HTML_FILENAME = "/etc/skel/public_html/index.html"
NEWS_PATH = '/home/vilmibm/news.posts'
NEWS_PATH = '/town/news.posts'
blank_line_re = re.compile(r'\s*\n')
title_re = re.compile(r'<title[^>]*>(.*)</title>', re.DOTALL)