Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
fix: idunno what happened but git added this thingies on the code
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Oct 6, 2018
1 parent 5c4f780 commit 7862d23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dora.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,7 @@ def respond(self, message, code, records=None):

def success(self, records):
return self.respond(
<<<<<<< HEAD
'DNS lookup successfully made.', 200, records
=======
'The DNS query was successful.', 200, records
>>>>>>> 6c8caf9c95de3728008841b9b80a87bbfd26ee61
)

@property
Expand Down

0 comments on commit 7862d23

Please sign in to comment.