Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r committed Apr 27, 2024
1 parent dcc54ab commit be9d06c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def read_email(self):
raise RuntimeError('SecEmailAPI: API access error!')
if r.status_code != 200:
raise RuntimeError('SecEmailAPI: API access error!')
print('---\n', r.json(), '\n---')
return r.json()

def get_message(self, message_id):
Expand Down

0 comments on commit be9d06c

Please sign in to comment.