Clean unneded

This commit is contained in:
leca 2023-04-04 02:48:35 +03:00
parent 66acbdd5e1
commit c395cd822a
1 changed files with 2 additions and 2 deletions

View File

@ -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):