viragumathe5 / Web-crawler-for-wayback-machine

The repository is for the submission of the patch for the Internet Archives for GSoC 2020
Apache License 2.0
2 stars 1 forks source link

Banner is `print(f"<{'*' * 104}>")` #3

Closed cclauss closed 4 years ago

cclauss commented 4 years ago

$ python3

print(f"<{'*' * 104}>")
print("<********************************************************************************************************>")
viragumathe5 commented 4 years ago

Solved in PR #7 and #6