Skip to content

Commit

Permalink
added final message
Browse files Browse the repository at this point in the history
  • Loading branch information
CornHusker89 committed Jan 28, 2024
1 parent 277021c commit 9273fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
gdown.download_folder(url=instruction, output=path)
except:
raise Exception(f"An error occured while downloading a folder with link {instruction} (make sure this is a valid and publicly accessable link). Error: {traceback.format_exc()}")

input("Mods successfully installed. Press enter to exit")

except Exception as e:
print("An error occured:")
Expand Down

0 comments on commit 9273fd9

Please sign in to comment.