matt1484 / bl3_auto_vip

Borderlands3 Auto VIP/Shift Code Redemption System
Apache License 2.0
81 stars 19 forks source link

Show a message when a single SHIFT code has already been redeemed #29

Closed squatto closed 5 years ago

squatto commented 5 years ago

When redeeming a single SHIFT code, if it had already been redeemed on all of the available platforms, the output wasn't clear. This PR adds a message about it having already been redeemed on that platform.

Before: (it makes you think it's an invalid code)

Setting up . . . . . success!
Logging in as 'a@b.com' . . . . . success!
Getting SHIFT platforms . . . . . success!
Getting previously redeemed SHIFT codes . . . . . success!
Checking single SHIFT code 'ZFKJ3-TT3BB-JTBJT-T3JJT-JWX9H' . . . . . success!
The single SHIFT code could not be redeemed at this time. Try again later.
Exiting in 5 4 3 2 1

After:

Setting up . . . . . success!
Logging in as 'a@b.com' . . . . . success!
Getting SHIFT platforms . . . . . success!
Getting previously redeemed SHIFT codes . . . . . success!
Checking single SHIFT code 'ZFKJ3-TT3BB-JTBJT-T3JJT-JWX9H' . . . . . success!
The single SHIFT code has already been redeemed on the 'xboxlive' platform
The single SHIFT code has already been redeemed on the 'psn' platform
The single SHIFT code has already been redeemed on the 'epic' platform
Exiting in 5 4 3 2 1