Skip to content

Commit

Permalink
feat: Regex is used instaed of re lib
Browse files Browse the repository at this point in the history
  • Loading branch information
hojat sajadinia committed Aug 3, 2024
1 parent a89e87d commit 7680d0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
colorama
requests
requests
regex
2 changes: 1 addition & 1 deletion utils/Scanner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
import re
import regex as re
from utils.Const import Const
from utils.ColorPrint import ColorPrint as cp

Expand Down

0 comments on commit 7680d0f

Please sign in to comment.