Skip to content

Commit

Permalink
Changed Tittle of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devAyushDubey authored Sep 29, 2022
1 parent e19dd99 commit 30d1a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def check_structure(path, student: Student):

def write_to_readme(filename, students_list):

mdFile = MdUtils(file_name=filename, title="Coderspree_V2")
mdFile = MdUtils(file_name=filename, title="Welcome to Coderspree2 🔥")

mdFile.new_paragraph(
mdFile.new_inline_image(
Expand Down Expand Up @@ -138,7 +138,7 @@ def write_to_readme(filename, students_list):

def write_to_pendingReadme(filename, students_list):

mdFile = MdUtils(file_name=filename, title="Coderspree_V2")
mdFile = MdUtils(file_name=filename, title="Welcome to Coderspree2 🔥")

list_of_strings = ["Profile", "Name", "Domain", "Solved", "Year", "logs"]

Expand Down

0 comments on commit 30d1a2f

Please sign in to comment.