Skip to content

Commit 8a193fd

Browse files
Update main-script.py
1 parent 9cbd799 commit 8a193fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main-script.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ def rewriteContents(old_content, new_content):
7070

7171
newContent = ' '.join(newContent)
7272
rewrittenReadme = rewriteContents(readme, newContent)
73+
print(repoName)
74+
print(readme_path)
75+
print(readme)
76+
print(readmeRepo)
7377
print("=====================RESULTS=============================")
7478
if rewrittenReadme != readme:
7579
print("Repo Contents Updated")

0 commit comments

Comments
 (0)