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