commit f628118e5aac75d805da404a694dd20b00f4b209
parent f477d500b4009ad7cc438796e6664024c5143c24
Author: Agastya Chandrakant <acagastya@outlook.com>
Date: Thu, 2 Jul 2020 18:52:01 +0530
mention project
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dmCat.py b/dmCat.py
@@ -1,3 +1,5 @@
+# To be used on en.wikinews
+
import sys
from sys import argv
from datetime import datetime
@@ -64,4 +66,4 @@ for date in range(1, days + 1):
page.text = "{{DateDPL|{0}|{1}|{2}}}".format(date,monthName,year)
page.save(u"Create")
-print("Done!")
-\ No newline at end of file
+print("Done!")