diff --git a/cc/sc-encode b/cc/sc-encode index 89346df..52a888d 100644 --- a/cc/sc-encode +++ b/cc/sc-encode @@ -2,6 +2,6 @@ import sweecrypt from sys import argv if argv[3][:2] == "-s": - print(sweecrypt.encrypt(" ".join(argv[4:]), argv[3][3:])) + print(sweecrypt.encrypt(" ".join(argv[4:]), int(argv[3][3:]))) else: print(sweecrypt.encrypt(" ".join(argv[3:]))) \ No newline at end of file