This commit is contained in:
Jakub Jirutka 2023-11-21 01:19:57 +01:00 committed by GitHub
commit 26099555a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -295,7 +295,7 @@ class gibMacOS:
print("")
print("There were no files to download")
print("")
self.u.grab("Press [enter] to return...")
self.u.grab("Press [enter] to return...", timeout=3)
return
c = 0
done = []
@ -305,7 +305,7 @@ class gibMacOS:
print("{}:\n".format(name))
print("\n".join([" - {} \n --> {}".format(os.path.basename(x), x) for x in dl_list]))
print("")
self.u.grab("Press [enter] to return...")
self.u.grab("Press [enter] to return...", timeout=3)
return
# Only check the dirs if we need to
cwd = os.getcwd()
@ -365,7 +365,7 @@ class gibMacOS:
print("Files saved to:")
print(" {}".format(os.path.join(os.getcwd(), self.saves, self.current_catalog, name)))
print("")
self.u.grab("Press [enter] to return...")
self.u.grab("Press [enter] to return...", timeout=3)
def show_catalog_url(self):
self.resize()