mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
make drag&drop work for binary patching if the file is outside the base folder
This commit is contained in:
@@ -5,15 +5,21 @@ import logging
|
||||
import typing
|
||||
import urllib.parse
|
||||
import atexit
|
||||
import sys
|
||||
import os
|
||||
|
||||
os.chdir(os.path.split(sys.argv[0])[0]) # set to local folder, so that options yamls can be found
|
||||
|
||||
exit_func = atexit.register(input, "Press enter to close.")
|
||||
|
||||
import ModuleUpdate
|
||||
|
||||
ModuleUpdate.update()
|
||||
|
||||
import colorama
|
||||
import websockets
|
||||
import aioconsole
|
||||
|
||||
try:
|
||||
import tqdm
|
||||
except:
|
||||
|
Reference in New Issue
Block a user