1
0
Fork 0
forked from swee/MeowNex

Update cc/sc-decode

This commit is contained in:
Nova Cat 2024-12-24 16:11:23 -08:00
parent 5c8c219280
commit 3b63e14c2c

View file

@ -2,6 +2,6 @@
import sweecrypt
from sys import argv
if argv[3][:2] == "-s":
print(sweecrypt.decrypt(" ".join(argv[4:]), int(argv[3][3:])))
print(sweecrypt.decrypt(" ".join(argv[4:]), int(argv[3][2:])))
else:
print(sweecrypt.decrypt(" ".join(argv[3:])))