Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Feb 12, 2022
1 parent fb31ee9 commit 190e85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import argparse
from bs4 import BeautifulSoup
from datetime import datetime
from lib.colors import red,white,green,yellow,reset
from lib.colors import red,white,green,reset

class thedevilseye:
def __init__(self,args,start_time):
Expand Down Expand Up @@ -44,7 +44,7 @@ def dump(self,soup):
parser.add_argument('query', help=f'{white}search query{reset}')
parser.add_argument('-i','--i2p', help=f'{white}switch to i2p network search{reset}', action='store_true')
parser.add_argument('-d','--dump', metavar=f'{white}path/to/file{reset}', help=f'{white}dump output to a file{reset}')
parser.add_argument('--version',version=f'{white}2022.1.1.0-hellfire Released on 29rd January 2022{reset}',action='version')
parser.add_argument('--version',version=f'{white}2022.1.2.0-hellfire Released on 12th February 2022{reset}',action='version')
parser.add_argument('-v','--verbose',help=f'{white}enable verbosity{reset}',action='store_true')
args = parser.parse_args()
if args.verbose:
Expand Down

0 comments on commit 190e85a

Please sign in to comment.