Skip to content

Commit 5fe7249

Browse files
committed
Fixed bug when re-downloading a file
1 parent bbef778 commit 5fe7249

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rockbox_mp4_convert.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def convertMP4(from_file, to_file):
4848
Convert MP4 file to rockbox mpg file
4949
'''
5050
time.sleep(4)
51-
print "wooohoo"
5251

5352
#input_command = self.decoder_command % input_filename
5453
#output_command = self.encoder_command % output_filename
@@ -112,7 +111,6 @@ def on_episode_downloaded(self, episode):
112111
new_filename = (current_filename[:- len(ext)]) + "." + ROCKBOX_EXTENTION
113112
new_filebasename = basename + "." + ROCKBOX_EXTENTION
114113

115-
print "ifing" + filename
116114
if filename.endswith(ROCKBOX_EXTENTION):
117115
tmpFilename= current_filename + ".tmp"
118116
os.rename(current_filename , tmpFilename)

0 commit comments

Comments
 (0)