Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAVR authored Mar 9, 2021
1 parent 64a4f4f commit d1ec873
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions helpers/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ async def upload_audio(client, message, file_loc):
progress_args=(
"**Uploading extracted stream...**",
msg,
c_time,
client
c_time
)
)
except Exception as e:
Expand Down Expand Up @@ -82,8 +81,7 @@ async def upload_subtitle(client, message, file_loc):
progress_args=(
"**Uploading extracted subtitle...**",
msg,
c_time,
client
c_time
)
)
except Exception as e:
Expand All @@ -92,4 +90,4 @@ async def upload_subtitle(client, message, file_loc):
return

await msg.delete()
await clean_up(file_loc)
await clean_up(file_loc)

0 comments on commit d1ec873

Please sign in to comment.