removed the unnecessary conditions

pull/280/head
iaacornus 3 years ago
parent 6bc6077326
commit 81bb39fecc
No known key found for this signature in database
GPG Key ID: 281739AE7252598C

@ -29,7 +29,6 @@ def download_background(background):
}
background_check = os.path.isfile("assets/mp4/background.mp4")
if background is not None or not background_check:
if background_check and background is not None:
print_substep(
"Background video is already downloaded! Replacing ...", style="bold red"

Loading…
Cancel
Save