Skip to content

Commit

Permalink
Update up_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EDM115 authored Sep 29, 2022
1 parent 6eab6c7 commit 95a9403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unzipper/modules/ext_script/up_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ async def send_file(unzip_bot, c_id, doc_f, query, full_path, log_msg, split):
os.remove(doc_f)
except FloodWait as f:
await sleep(f.value)
return await send_file(unzip_bot, c_id, doc_f, query, full_path, log_msg)
return await send_file(unzip_bot, c_id, doc_f, query, full_path, log_msg, split)
except FileNotFoundError:
return await query.answer("Sorry ! I can't find that file 💀", show_alert=True)
except BaseException as e:
Expand Down

0 comments on commit 95a9403

Please sign in to comment.