Skip to content

Commit

Permalink
merge stabilisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ctri-The-Third committed Mar 18, 2022
1 parent 22c9d0b commit 06aefe2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions freshdesk.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ def get_worklogs(self,ticketID):


url = 'https://%s/api/v2/tickets/%s/time_entries' % (self.host,ticketID)
<<<<<<< HEAD
=======

>>>>>>> 9251d5b9adf5e5c462589e7ef30ed9343ab8f572
AuthString = "Basic %s" % (self.api_key)
r = requests.get (
url,
Expand Down

0 comments on commit 06aefe2

Please sign in to comment.