diff options
| -rwxr-xr-x | comedyGenerator | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/comedyGenerator b/comedyGenerator index e4ae870..dc1a429 100755 --- a/comedyGenerator +++ b/comedyGenerator @@ -61,8 +61,7 @@ headers = {  videos = []  for tags in args.tags: -        if args.debug: -            print("Downloading Tag: " + tags) +        print("Downloading Tag: " + tags)          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", | 
