diff --git a/screenshots/utils-decode-jwt.png b/screenshots/utils-decode-jwt.png deleted file mode 100644 index 3005f2c..0000000 Binary files a/screenshots/utils-decode-jwt.png and /dev/null differ diff --git a/src/info.py b/src/info.py index f686218..caefc7a 100644 --- a/src/info.py +++ b/src/info.py @@ -19,6 +19,7 @@ def words(string: str) -> int: name = "info" actions = { + "string": lambda string: string, "digits": digits, "letters": letters, "lenght": lenght,