Tested and fixed stupid bug
This commit is contained in:
@@ -170,7 +170,8 @@ if __name__ == "__main__":
|
||||
logger.info("登录失败")
|
||||
exit()
|
||||
try:
|
||||
logger.info(implLoginBonus(userId, currentLoginTimestamp, loginResult))
|
||||
# Remember to change the mode to 1 if you want to give all bonuses
|
||||
logger.info(implLoginBonus(userId, currentLoginTimestamp, loginResult, 1))
|
||||
logger.info(apiLogout(currentLoginTimestamp, userId))
|
||||
except:
|
||||
logger.info(apiLogout(currentLoginTimestamp, userId))
|
||||
|
||||
Reference in New Issue
Block a user