From c395cd822af760b098f95b57c647955a9a910165 Mon Sep 17 00:00:00 2001 From: leca Date: Tue, 4 Apr 2023 02:48:35 +0300 Subject: [PATCH] Clean unneded --- utilities/rule34.xxx-parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utilities/rule34.xxx-parser.py b/utilities/rule34.xxx-parser.py index d412ff1..d38bc87 100644 --- a/utilities/rule34.xxx-parser.py +++ b/utilities/rule34.xxx-parser.py @@ -2,8 +2,8 @@ import requests import json import os -tags = str(input("Enter tags: ")) -destination = str(input("Enter the directory you want dowload to (the directory will be created if not exists): ")) +tags = input("Enter tags: ") +destination = input("Enter the directory you want dowload to (the directory will be created if not exists): ") done = False def download_url(url):