Skip to content

Commit

Permalink
Merge pull request #380 from LokasWiki/autoCreatePages_v2.1.0
Browse files Browse the repository at this point in the history
autoCreatePages_v2.1.0
  • Loading branch information
loka1 authored Aug 14, 2024
2 parents 103f537 + ed37ef5 commit 3213b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/autoCreatePages/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
{"name": "تصنيف:تصنيفات تهذيب منذ MONTH YEAR", "template": "{{تصنيف تهذيب شهري}}"},
{"name": "تصنيف:تصنيفات تهذيب منذ MONTH YEAR", "template": "{{تصنيف تهذيب شهري}}"},
{"name": "تصنيف:مقالات غير مصنفة منذ MONTH YEAR", "template": "{{تصنيف تهذيب شهري}}"},
{"name": "تصنيف:مراجعات الزملاء MONTH YEAR", "template": "{{تصنيف مخفي}}"},
]


Expand Down Expand Up @@ -121,7 +122,7 @@ def create_pages(self, my_pages_list):
page = pywikibot.Page(self.site, page_title)
if not self.page_exists(page_title):
page.text = item['template']
page.save("بوت:إنشاء صفحات مطلوبة V2.0.0")
page.save("بوت:إنشاء صفحات مطلوبة V2.1.0")
else:
print("Page " + page_title + " is exists")
logging.info("Page " + page_title + " is exists")
Expand Down

0 comments on commit 3213b36

Please sign in to comment.