diff --git a/MyPSACC.py b/MyPSACC.py index a9e002c..1d8e67b 100644 --- a/MyPSACC.py +++ b/MyPSACC.py @@ -237,6 +237,8 @@ class MyPSACC: }) return res + # 6 otp by day + @rate_limit(6, 3600 * 24) def getOtpCode(self): otp_code = self.otp.getOtpCode() save_otp(self.otp)