Updated main.py - removed comment.
This commit is contained in:
parent
2e9467c693
commit
fe72c33c5e
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
@ -7,7 +7,6 @@ logger = Logger('RomInfo')
|
|||
|
||||
if __name__ == '__main__':
|
||||
if len(sys.argv) == 2:
|
||||
# NDS(i) - https://dsibrew.org/wiki/DSi_cartridge_header
|
||||
if sys.argv[1].endswith('.nds'):
|
||||
with open(sys.argv[1], mode='rb') as nds:
|
||||
logger.info('Title : {}'.format(nds_get_info('title', nds)))
|
||||
|
|
Loading…
Add table
Reference in a new issue