Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Feb 22, 2024
2 parents 643f528 + fc0e78a commit c4e091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pierky/arouteserver/registro_br_db_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def _get_data(self):
url = self.source
try:
response = requests.get(url)
raw_data = response.text
raw_data = response.raw.read()
except Exception as e:
raise RegistroBRWhoisDBDumpError(
"Error while retrieving Registro.br Whois DB dump "
Expand Down

0 comments on commit c4e091e

Please sign in to comment.