Skip to content

Commit 174f6e2

Browse files
committed
2 parents c07d16e + 468131f commit 174f6e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import webbrowser
2222
import threading
2323
import hashlib
24+
from distutils import dir_util
2425

2526
pageNumber = 0
2627

@@ -248,7 +249,7 @@ def start():
248249
outputbox("Unlaunch Downloaded\n")
249250
lineCounter = lineCounter + 1
250251
# Extract Unlaunch
251-
unzipper(unlaunchLocation, irectory)
252+
unzipper(unlaunchLocation, directory)
252253
print("Unlaunch Extracted")
253254

254255
# Creates roms/nds if it does not exist

0 commit comments

Comments
 (0)