Skip to content

Commit

Permalink
update script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Farbod-Parkhooi committed Apr 27, 2024
1 parent d5f844a commit e9fb2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def decode(text):
elif lets[i] == "=": out += "="
elif lets[i] == "`": out += "`"
elif lets[i] == "~": out += "~"
elif lets[i] == ".": out += "."
else: out += lets[i]
return out
def encode(text):
Expand Down

0 comments on commit e9fb2e7

Please sign in to comment.