Open newtoneweb opened 1 month ago
I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper:
achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")
И какая польза от этого?
I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper: achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")
И какая польза от этого?
Можно отключить использование этой сессии, либо впринципе ее дропнуть
I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper: achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")
И какая польза от этого?
Можно отключить использование этой сессии, либо впринципе ее дропнуть
А смысл? "Награда" уже получена, дальнейшая суета не имеет никакого смысла.
I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper: achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")
И какая польза от этого?
Можно отключить использование этой сессии, либо впринципе ее дропнуть
А смысл? "Награда" уже получена, дальнейшая суета не имеет никакого смысла.
дальше будет второй и третий сезон))
I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper: achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")
И какая польза от этого?
Можно отключить использование этой сессии, либо впринципе ее дропнуть
А смысл? "Награда" уже получена, дальнейшая суета не имеет никакого смысла.
Ну, вот именно, чтоб трафик зря не использовался, сессия помечается читерской и дропается.
I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper:
achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")