squashed commit of many breaking changes

Dropping Support for Python 3.7; adding support for Python 3.9
This commit is contained in:
Fabian Dill
2020-10-19 08:26:31 +02:00
parent add0762114
commit 4f8c737eec
16 changed files with 149 additions and 150 deletions

View File

@@ -11,7 +11,7 @@ def adjust(args):
logger = logging.getLogger('Adjuster')
logger.info('Patching ROM.')
if os.path.splitext(args.rom)[-1].lower() == '.bmbp':
if os.path.splitext(args.rom)[-1].lower() == '.apbp':
import Patch
meta, args.rom = Patch.create_rom_file(args.rom)