summaryrefslogtreecommitdiff
path: root/web/news_to_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/news_to_html.py')
-rwxr-xr-xweb/news_to_html.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news_to_html.py b/web/news_to_html.py
index 6da037d..ef89b83 100755
--- a/web/news_to_html.py
+++ b/web/news_to_html.py
@@ -7,6 +7,8 @@
import datetime
date=str(datetime.date.today())
+date="2018-10-06"
+
# Update the INDEX
i1=open("index.bin", "r")
i2=open("1index.bin", "w")