Skip to content

Commit

Permalink
update common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jan 6, 2025
1 parent 039ab23 commit f4ceb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ async def proceed_metadata(self, dl_path, gid):
self.subname = file_
await run_ffmpeg_cmd(self, cmd)
self.suproc = None
os.replace(temp_file, dl_path)
os.replace(temp_file, file_path)
if checked:
cpu_eater_lock.release()
return dl_path

0 comments on commit f4ceb87

Please sign in to comment.