Page MenuHomePhabricator

school_family.py

Authored By
Xqt
Oct 12 2020, 5:05 AM
Size
544 B
Referenced Files
None
Subscribers
None

school_family.py

# -*- coding: utf-8 -*-
"""
This family file was auto-generated by generate_family_file.py script.
Configuration parameters:
url = https://schoolwiki.in
name = school
Please do not commit this to the Git repository!
"""
from pywikibot import family
class Family(family.Family): # noqa: D101
name = 'school'
langs = {
'ml': 'schoolwiki.in',
}
def scriptpath(self, code):
return ''
def protocol(self, code):
return 'https'
def ignore_certificate_error(self, code):
return True

File Metadata

Mime Type
text/x-python
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8585196
Default Alt Text
school_family.py (544 B)

Event Timeline