mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-26 11:39:22 +01:00
Update bitanime.py
This commit is contained in:
parent
06fec65d2e
commit
bde87f1294
@ -149,6 +149,7 @@ def bitanime():
|
||||
except AttributeError:
|
||||
opener = "open" if sys.platform == "darwin" else "xdg-open"
|
||||
subprocess.call([opener, folder])
|
||||
print("\n")
|
||||
use_again = input(f"{IN}Do you want to use the app again? (y|n) > ").lower()
|
||||
if use_again == "y":
|
||||
os.system("cls")
|
||||
|
Loading…
x
Reference in New Issue
Block a user