Skip to content

Commit

Permalink
Update search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoromani1983 authored Mar 14, 2023
1 parent a158f6d commit 376a82d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions search.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import re
import time

folder = input("Specify the domain: ")

Expand All @@ -22,3 +23,6 @@
print(file.replace("£", "/").replace(".txt", ""))
else:
print(file.replace("£", "/"))

print("Search finished")
time.sleep(5000)

0 comments on commit 376a82d

Please sign in to comment.