Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
saniksin committed Jan 13, 2024
1 parent a5ff45c commit 360e0bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/gate_whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ async def gate_wl_request(self, auth_code: str):
}

address, receiver_name = self.prepare_format_info()
print(address)

print(receiver_name)
data = {
'curr_type': 'MEME@MEME@MEME@MEME@MEME@MEME@MEME@MEME@MEME@MEME',
'chain': 'ETH@ETH@ETH@ETH@ETH@ETH@ETH@ETH@ETH@ETH',
Expand Down Expand Up @@ -97,7 +95,6 @@ async def start_add_whitelisted_task(self):
current_otp = str(totp.now())

result = await self.gate_wl_request(auth_code=current_otp)
print(result)
if result == {'result': False, 'msg': 'Слишком много попыток'}:
sleep_time = 400
logger.info(f'{self.get_addr()}{result["msg"]}')
Expand Down

0 comments on commit 360e0bb

Please sign in to comment.