diff options
author | msglm <msglm@techchud.xyz> | 2025-08-17 19:53:51 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-08-17 19:53:51 -0500 |
commit | 744a691d693c18ae2a56c5c4f851ca341c1753f5 (patch) | |
tree | 75632a1302e65cd2b42b0b0acfb8c5c1b7654c8d | |
parent | 8bb8891cc64f9d14fc3eb839e89971f724e430e5 (diff) | |
download | comedyGenerator-744a691d693c18ae2a56c5c4f851ca341c1753f5.tar.gz comedyGenerator-744a691d693c18ae2a56c5c4f851ca341c1753f5.tar.bz2 comedyGenerator-744a691d693c18ae2a56c5c4f851ca341c1753f5.zip |
sources not needed, fixed lol
-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", |