Skip to content

Commit e49919f

Browse files
authored
Update Encryptus.py
1 parent 8d508e8 commit e49919f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Encryptus.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from collections import deque
21
import string
32

43
# Encryptus v1.0.0
@@ -63,4 +62,4 @@ def Decrypt(self, String, Key=None) -> str: # Main Decryption Method
6362
return ''.join(self.Decrypted)
6463

6564
def List(self): # List All Valid Characters That Can Be Encrypted And Decrypted
66-
return self.Convert.values()
65+
return self.Convert.values()

0 commit comments

Comments
 (0)