From 05affd4889f3719100572ea5a6c528d141d7e14b Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:46:37 +0800 Subject: [PATCH] Removed details about commits --- .bin/get-and-patch-readme-repository-details.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.bin/get-and-patch-readme-repository-details.py b/.bin/get-and-patch-readme-repository-details.py index f120f8b0..28e7e44d 100755 --- a/.bin/get-and-patch-readme-repository-details.py +++ b/.bin/get-and-patch-readme-repository-details.py @@ -19,8 +19,6 @@ DETAIL_USER_NOTICE_STRING="""%s Size of a complete clone of SecLists is currently at `%s` -Latest [commit](%s) was made on %s by %s - Cloning this repository should take %i-%i minutes at 5MB/s speeds. %s @@ -81,4 +79,4 @@ if re.match(DETAILS_ANCHOR_REGEX,readme_contents,flags=re.DOTALL): readme_contents=re.sub(DETAILS_ANCHOR_REGEX,DETAIL_USER_NOTICE_STRING,readme_contents,flags=re.DOTALL) open("README.md","w").write(readme_contents) -print("[+] Wrote README.md!") \ No newline at end of file +print("[+] Wrote README.md!")