diff options
| -rwxr-xr-x | comedyGenerator | 11 | 
1 files changed, 0 insertions, 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", | 
