From 6013b5f862701df9c41cedce2b6facee102b9a69 Mon Sep 17 00:00:00 2001 From: thewesker Date: Tue, 4 Jan 2022 15:46:27 -0500 Subject: [PATCH] Importing dir_util is required on macOS. Fixing spelling error. --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 447b2ab..04631dc 100644 --- a/main.py +++ b/main.py @@ -21,6 +21,7 @@ import distutils import webbrowser import threading import hashlib +from distutils import dir_util pageNumber = 0 @@ -249,7 +250,7 @@ def start(): outputbox("Unlaunch Downloaded\n") lineCounter = lineCounter + 1 # Extract Unlaunch - unzipper(unlaunchLocation, irectory) + unzipper(unlaunchLocation, directory) print("Unlaunch Extracted") # Creates roms/nds if it does not exist