Skip to content

Commit

Permalink
code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng committed Oct 1, 2024
1 parent e71477a commit b522d7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/download-file/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def escape_special_chars(text, tool=None):
#handle URL special cases
if tool != "rclone":
text = text.replace('%', "%%")

print(text)

return text

def preprocess(i):
Expand Down

0 comments on commit b522d7e

Please sign in to comment.