summaryrefslogtreecommitdiff
path: root/web/news_to_html.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-18 01:51:36 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-18 01:51:36 -0300
commitc0a23d30276cf9b2d508d728febdd2c3b9354378 (patch)
treed79e766abb27c82f332bb273d70337609a37c207 /web/news_to_html.py
parenta66fe514cc19328bd73aca7843f1db5de0080c68 (diff)
downloadtools-c0a23d30276cf9b2d508d728febdd2c3b9354378.tar.gz
tools-c0a23d30276cf9b2d508d728febdd2c3b9354378.tar.bz2
tools-c0a23d30276cf9b2d508d728febdd2c3b9354378.tar.xz
tools-c0a23d30276cf9b2d508d728febdd2c3b9354378.zip
r9.5 Academy
Diffstat (limited to 'web/news_to_html.py')
-rwxr-xr-xweb/news_to_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news_to_html.py b/web/news_to_html.py
index ef89b83..4015a62 100755
--- a/web/news_to_html.py
+++ b/web/news_to_html.py
@@ -7,7 +7,7 @@
import datetime
date=str(datetime.date.today())
-date="2018-10-06"
+#date="2019-08-05"
# Update the INDEX
i1=open("index.bin", "r")