Skip to content

Commit ae9f709

Browse files
committed
Minor Code Cleaning
Fix py not found Linux. Update Instructions to use MRT python source code.
1 parent 137a38c commit ae9f709

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source Code/Python Source Code/MRT/v9.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ def san():
4242
elif x=='3':
4343
file=input('\n Enter Audio File:')
4444
os.chdir('MRT')
45-
os.system('py mat2.py '+file)
45+
os.system('python3 mat2.py '+file)
4646
os.chdir('..')
4747
san()
4848
exit()
4949
elif x == '4':
5050
file=input('\n Enter Torrent File:')
5151
os.chdir('MRT')
52-
os.system('py mat2.py '+file)
52+
os.system('python3 mat2.py '+file)
5353
os.chdir('..')
5454
san()
5555
exit()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
This is source code of Python version of metadata remover.
22

3-
To download and use Python version of metadata Remover refer [ Instructions ](https://github.com/Anish-M-code/Metadata-Remover/releases/tag/v1.2) here.
3+
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 commit comments

Comments
 (0)