Skip to content

Commit

Permalink
Minor Code Cleaning
Browse files Browse the repository at this point in the history
Fix py not found Linux.
Update Instructions to use MRT python source code.
  • Loading branch information
Anish-M-code committed Jan 16, 2022
1 parent 137a38c commit ae9f709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source Code/Python Source Code/MRT/v9.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ def san():
elif x=='3':
file=input('\n Enter Audio File:')
os.chdir('MRT')
os.system('py mat2.py '+file)
os.system('python3 mat2.py '+file)
os.chdir('..')
san()
exit()
elif x == '4':
file=input('\n Enter Torrent File:')
os.chdir('MRT')
os.system('py mat2.py '+file)
os.system('python3 mat2.py '+file)
os.chdir('..')
san()
exit()
Expand Down
2 changes: 1 addition & 1 deletion Source Code/Python Source Code/Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This is source code of Python version of metadata remover.

To download and use Python version of metadata Remover refer [ Instructions ](https://github.com/Anish-M-code/Metadata-Remover/releases/tag/v1.2) here.
To download and use Python version of metadata Remover refer [ Instructions ](https://github.com/Anish-M-code/Metadata-Remover/releases/tag/v1.4) here.

0 comments on commit ae9f709

Please sign in to comment.