update gitignore
This commit is contained in:
4
main.py
4
main.py
@@ -1,9 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from course_content_parser import get_course
|
||||
from course_list_info_parser import insert_data
|
||||
from markdown_transcribe_hugo import get_content
|
||||
from markdown_transcribe_hugo import get_content as get_hugo_content
|
||||
|
||||
if __name__ == '__main__':
|
||||
insert_data()
|
||||
get_course()
|
||||
get_content()
|
||||
get_hugo_content()
|
||||
|
||||
Reference in New Issue
Block a user