Update backend.py

removed useless code
This commit is contained in:
Arctic4161 2021-10-14 09:23:01 -05:00 committed by GitHub
parent 4d456ba9b9
commit a3a5ca7ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,6 @@ from bs4 import BeautifulSoup
from dataclasses import dataclass
from colorama import Fore
from random import choice
import time
@dataclass(init=True)
class Download: