We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da5ab4 commit 55d06b5Copy full SHA for 55d06b5
1 file changed
PyZeroWidth/encode.py
@@ -149,6 +149,7 @@ def __tri(number: int) -> str:
149
150
151
def __encodeBase(text: str, secret: str, base: str, encoding: str, fillAmount: int) -> str:
152
+ global ZWCharacterSelections
153
global ZWCharacters
154
155
if not any([encoding.lower() in alis for alis in ZWCharacterSelections]): return None
0 commit comments