forked from swee/MeowNex
Update cc/sc-encode
This commit is contained in:
parent
3b63e14c2c
commit
39bb76f3a5
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
import sweecrypt
|
import sweecrypt
|
||||||
from sys import argv
|
from sys import argv
|
||||||
if argv[3][:2] == "-s":
|
if argv[3][:2] == "-s":
|
||||||
print(sweecrypt.encrypt(" ".join(argv[4:]), int(argv[3][3:])))
|
print(sweecrypt.encrypt(" ".join(argv[4:]), int(argv[3][2:])))
|
||||||
else:
|
else:
|
||||||
print(sweecrypt.encrypt(" ".join(argv[3:])))
|
print(sweecrypt.encrypt(" ".join(argv[3:])))
|
Loading…
Reference in a new issue