From 13260eedc0d704cc8b995ae6708b429349e23af5 Mon Sep 17 00:00:00 2001 From: msglm Date: Wed, 11 Jan 2023 20:51:08 -0600 Subject: sources not needed, fixed lol --- comedyGenerator | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/comedyGenerator b/comedyGenerator index 9a7ca5e..cdb109a 100755 --- a/comedyGenerator +++ b/comedyGenerator @@ -12,13 +12,6 @@ from multiprocessing import Pool parser = argparse.ArgumentParser(add_help=True) -parser.add_argument('--source', - default=False, - action='store_true', - dest='source', - help='Links to the source code of the software' - ) - parser.add_argument('--debug', default=False, action='store_true', @@ -50,10 +43,6 @@ parser.add_argument('tags', args = parser.parse_args() -if args.source: - print("https://git.snootgame.xyz/PrincipalSpears/comedyGenerator") - sys.exit(0) - headers = { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", -- cgit v1.2.3