aboutsummaryrefslogtreecommitdiff
path: root/OsuSongParser.py
diff options
context:
space:
mode:
Diffstat (limited to 'OsuSongParser.py')
-rw-r--r--OsuSongParser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/OsuSongParser.py b/OsuSongParser.py
index 7e38a9c..f5da922 100644
--- a/OsuSongParser.py
+++ b/OsuSongParser.py
@@ -17,7 +17,7 @@ for filename in os.listdir(s):
for name in os.listdir(path):
if(regexMp3.search(name)):
shutil.copy(os.path.join(path,name),cwd)
- os.rename(os.path.join(cwd,name),os.path.join(cwd,songName))
+ os.rename(os.path.join(cwd,name),os.path.join(cwd,songName,".mp3"))
break
print("Done")