mirror of
https://github.com/thewesker/lazy-dsi-file-downloader.git
synced 2025-12-21 13:01:09 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6013b5f862 |
3
main.py
3
main.py
@@ -21,6 +21,7 @@ import distutils
|
|||||||
import webbrowser
|
import webbrowser
|
||||||
import threading
|
import threading
|
||||||
import hashlib
|
import hashlib
|
||||||
|
from distutils import dir_util
|
||||||
|
|
||||||
pageNumber = 0
|
pageNumber = 0
|
||||||
|
|
||||||
@@ -249,7 +250,7 @@ def start():
|
|||||||
outputbox("Unlaunch Downloaded\n")
|
outputbox("Unlaunch Downloaded\n")
|
||||||
lineCounter = lineCounter + 1
|
lineCounter = lineCounter + 1
|
||||||
# Extract Unlaunch
|
# Extract Unlaunch
|
||||||
unzipper(unlaunchLocation, irectory)
|
unzipper(unlaunchLocation, directory)
|
||||||
print("Unlaunch Extracted")
|
print("Unlaunch Extracted")
|
||||||
|
|
||||||
# Creates roms/nds if it does not exist
|
# Creates roms/nds if it does not exist
|
||||||
|
|||||||
Reference in New Issue
Block a user